Shades of Wild Willow #C2DB5E
Tints of Wild Willow #C2DB5E
RGB
CMYK
RGB Variations
Color information
#C2DB5E (or 0xC2DB5E) is known color: Wild Willow. HEX triplet: C2, DB and 5E. RGB value is (194,219,94). Sum of RGB (Red+Green+Blue) = 194+219+94=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB5E is #3D24A1. Grayscale: #C5C5C5. Windows color (decimal): -4007074 or 6216642. OLE color: 6216642.
HSL color Cylindrical-coordinate representation of color #C2DB5E: hue angle of 72º 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 #C2DB5E is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 94 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.14 |
| HSL | 72º | 0.63% | 0.61% | - |
| HSV(B) | 72º | 0.57% | 0.86% | - |
| XYZ | 49.6 | 62.94 | 20.12 | - |
| YUV | 197.28 | 69.72 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 94 | 0.11 | 0 | 0.57 | 0.14 | 72 | 0.63 | 0.61 |
| Hex | C2 | DB | 5E | B | 0 | 39 | E | 48 | 3F | 3D |
| Octal | 302 | 333 | 136 | 13 | 0 | 71 | 16 | 110 | 77 | 75 |
| Binary | 11000010 | 11011011 | 1011110 | 1011 | 0 | 111001 | 1110 | 1001000 | 111111 | 111101 |
Color Harmonies of #C2DB5E
Complementary color
Monochromatic Colors of #C2DB5E
Black with #C2DB5E
Text Example
Text Example
White with #C2DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB5E; }
p { color: rgb(194,219,94); }
H1.HeaderClassName
{
color: #C2DB5E;
}
.AnyTagClassName
{
color: #C2DB5E;
}
</style>
background-color css
<style>
a { background-color: #C2DB5E; }
a { background-color: rgb(194,219,94); }
div.DivClassName
{
background-color: #C2DB5E;
}
.BgClassName
{
background-color: #C2DB5E;
}
</style>
border-color css
<style>
span { border-color: #C2DB5E; }
span { border-color: rgb(194,219,94); }
td.TdClassName
{
border-color: #C2DB5E;
}
.TagClassName
{
border-color: #C2DB5E;
}
</style>