#C0DB5E

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

Shades of Wild Willow #C0DB5E

Tints of Wild Willow #C0DB5E

Color information

#C0DB5E (or 0xC0DB5E) is unknown color: approx Wild Willow. HEX triplet: C0, DB and 5E. RGB value is (192,219,94). Sum of RGB (Red+Green+Blue) = 192+219+94=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB5E is #3F24A1. Grayscale: #C5C5C5. Windows color (decimal): -4138146 or 6216640. OLE color: 6216640.

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

Color convert

RGB19221994-
CMYK0.1200.570.14
HSL72.96º63.45%61.37%-
HSV(B)72.96º57.08%85.88%-
XYZ49.0962.6820.1-
YUV196.6870.05124.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 219 (85.94% from 255) = 43.37%
BLUE value IS 94 (37.11% from 255) = 18.61%
R=38.02%
G=43.37%
B=18.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192219940.1200.570.1472.9663.4561.37
HexC0DB5EC039E493f3d
Octal30033313614071161117775
Binary110000001101101110111101100011100111101001001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DB5E; }

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

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

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

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

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

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

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

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