#C0DB63

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

Shades of Wild Willow #C0DB63

Tints of Wild Willow #C0DB63

Color information

#C0DB63 (or 0xC0DB63) is unknown color: approx Wild Willow. HEX triplet: C0, DB and 63. RGB value is (192,219,99). Sum of RGB (Red+Green+Blue) = 192+219+99=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB63 is #3F249C. Grayscale: #C5C5C5. Windows color (decimal): -4138141 or 6544320. OLE color: 6544320.

HSL color Cylindrical-coordinate representation of color #C0DB63: hue angle of 73.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0DB63 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB19221999-
CMYK0.1200.550.14
HSL73.5º62.5%62.35%-
HSV(B)73.5º54.79%85.88%-
XYZ49.3262.7721.32-
YUV197.2572.55124.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 219 (85.94% from 255) = 42.94%
BLUE value IS 99 (39.06% from 255) = 19.41%
R=37.65%
G=42.94%
B=19.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192219990.1200.550.1473.562.562.35
HexC0DB63C037E4a3e3e
Octal30033314314067161127676
Binary110000001101101111000111100011011111101001010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DB63; }

 p { color: rgb(192,219,99); }

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

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

 a { background-color: rgb(192,219,99); }

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

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

 span { border-color: rgb(192,219,99); }

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