#C0D14D

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

Shades of Wild Willow #C0D14D

Tints of Wild Willow #C0D14D

Color information

#C0D14D (or 0xC0D14D) is unknown color: approx Wild Willow. HEX triplet: C0, D1 and 4D. RGB value is (192,209,77). Sum of RGB (Red+Green+Blue) = 192+209+77=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D14D is #3F2EB2. Grayscale: #BDBDBD. Windows color (decimal): -4140723 or 5099968. OLE color: 5099968.

HSL color Cylindrical-coordinate representation of color #C0D14D: hue angle of 67.73º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0D14D is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB19220977-
CMYK0.0800.630.18
HSL67.73º58.93%56.08%-
HSV(B)67.73º63.16%81.96%-
XYZ45.8857.3415.67-
YUV188.8764.87130.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 209 (82.03% from 255) = 43.72%
BLUE value IS 77 (30.47% from 255) = 16.11%
R=40.17%
G=43.72%
B=16.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192209770.0800.630.1867.7358.9356.08
HexC0D14D803F12443b38
Octal30032111510077221047370
Binary1100000011010001100110110000111111100101000100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D14D; }

 p { color: rgb(192,209,77); }

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

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

 a { background-color: rgb(192,209,77); }

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

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

 span { border-color: rgb(192,209,77); }

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