#C0D450

Color #C0D450 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C0D450

Tints of Wild Willow #C0D450

Color information

#C0D450 (or 0xC0D450) is unknown color: approx Wild Willow. HEX triplet: C0, D4 and 50. RGB value is (192,212,80). Sum of RGB (Red+Green+Blue) = 192+212+80=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D450 is #3F2BAF. Grayscale: #BFBFBF. Windows color (decimal): -4139952 or 5297344. OLE color: 5297344.

HSL color Cylindrical-coordinate representation of color #C0D450: hue angle of 69.09º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0D450 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB19221280-
CMYK0.0900.620.17
HSL69.09º60.55%57.25%-
HSV(B)69.09º62.26%83.14%-
XYZ46.7358.8716.49-
YUV190.9765.37128.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 212 (83.20% from 255) = 43.80%
BLUE value IS 80 (31.64% from 255) = 16.53%
R=39.67%
G=43.80%
B=16.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192212800.0900.620.1769.0960.5557.25
HexC0D450903E11453d39
Octal30032412011076211057571
Binary1100000011010100101000010010111110100011000101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D450; }

 p { color: rgb(192,212,80); }

 H1.HeaderClassName
 {
   color: #C0D450;
 }
 .AnyTagClassName
 {
   color: #C0D450;
 }
</style>
background-color css

<style>
 a { background-color: #C0D450; }

 a { background-color: rgb(192,212,80); }

 div.DivClassName
 {
   background-color: #C0D450;
 }
 .BgClassName
 {
   background-color: #C0D450;
 }
</style>
border-color css

<style>
 span { border-color: #C0D450; }

 span { border-color: rgb(192,212,80); }

 td.TdClassName
 {
   border-color: #C0D450;
 }
 .TagClassName
 {
   border-color: #C0D450;
 }
</style>