#C0DE66

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

Shades of Wild Willow #C0DE66

Tints of Wild Willow #C0DE66

Color information

#C0DE66 (or 0xC0DE66) is unknown color: approx Wild Willow. HEX triplet: C0, DE and 66. RGB value is (192,222,102). Sum of RGB (Red+Green+Blue) = 192+222+102=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DE66 is #3F2199. Grayscale: #C7C7C7. Windows color (decimal): -4137370 or 6741696. OLE color: 6741696.

HSL color Cylindrical-coordinate representation of color #C0DE66: hue angle of 75º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0DE66 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB192222102-
CMYK0.1400.540.13
HSL75º64.52%63.53%-
HSV(B)75º54.05%87.06%-
XYZ50.2664.4122.35-
YUV199.3573.06122.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 102 (40.23% from 255) = 19.77%
R=37.21%
G=43.02%
B=19.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922221020.1400.540.137564.5263.53
HexC0DE66E036D4b4140
Octal3003361461606615113101100
Binary11000000110111101100110111001101101101100101110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DE66; }

 p { color: rgb(192,222,102); }

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

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

 a { background-color: rgb(192,222,102); }

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

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

 span { border-color: rgb(192,222,102); }

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