#C0DC67

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

Shades of Wild Willow #C0DC67

Tints of Wild Willow #C0DC67

Color information

#C0DC67 (or 0xC0DC67) is unknown color: approx Wild Willow. HEX triplet: C0, DC and 67. RGB value is (192,220,103). Sum of RGB (Red+Green+Blue) = 192+220+103=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC67 is #3F2398. Grayscale: #C6C6C6. Windows color (decimal): -4137881 or 6806720. OLE color: 6806720.

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

Color convert

RGB192220103-
CMYK0.1300.530.14
HSL74.36º62.57%63.33%-
HSV(B)74.36º53.18%86.27%-
XYZ49.7863.3722.44-
YUV198.2974.22123.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 103 (40.62% from 255) = 20%
R=37.28%
G=42.72%
B=20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922201030.1300.530.1474.3662.5763.33
HexC0DC67D035E4a3f3f
Octal30033414715065161127777
Binary110000001101110011001111101011010111101001010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DC67; }

 p { color: rgb(192,220,103); }

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

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

 a { background-color: rgb(192,220,103); }

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

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

 span { border-color: rgb(192,220,103); }

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