#C0DC5E

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

Shades of Wild Willow #C0DC5E

Tints of Wild Willow #C0DC5E

Color information

#C0DC5E (or 0xC0DC5E) is unknown color: approx Wild Willow. HEX triplet: C0, DC and 5E. RGB value is (192,220,94). Sum of RGB (Red+Green+Blue) = 192+220+94=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC5E is #3F23A1. Grayscale: #C5C5C5. Windows color (decimal): -4137890 or 6216896. OLE color: 6216896.

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

Color convert

RGB19222094-
CMYK0.1300.570.14
HSL73.33º64.29%61.57%-
HSV(B)73.33º57.27%86.27%-
XYZ49.3563.220.19-
YUV197.2669.72124.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 94 (37.11% from 255) = 18.58%
R=37.94%
G=43.48%
B=18.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192220940.1300.570.1473.3364.2961.57
HexC0DC5ED039E49403e
Octal300334136150711611110076
Binary1100000011011100101111011010111001111010010011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DC5E; }

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

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

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

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

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

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

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

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