Shades of Wild Willow #C2DB5D
Tints of Wild Willow #C2DB5D
RGB
CMYK
RGB Variations
Color information
#C2DB5D (or 0xC2DB5D) is known color: Wild Willow. HEX triplet: C2, DB and 5D. RGB value is (194,219,93). Sum of RGB (Red+Green+Blue) = 194+219+93=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB5D is #3D24A2. Grayscale: #C5C5C5. Windows color (decimal): -4007075 or 6151106. OLE color: 6151106.
HSL color Cylindrical-coordinate representation of color #C2DB5D: hue angle of 71.9º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2DB5D is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 93 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.14 |
| HSL | 71.9º | 0.64% | 0.61% | - |
| HSV(B) | 71.9º | 0.58% | 0.86% | - |
| XYZ | 49.56 | 62.92 | 19.89 | - |
| YUV | 197.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 93 | 0.11 | 0 | 0.58 | 0.14 | 71.9 | 0.64 | 0.61 |
| Hex | C2 | DB | 5D | B | 0 | 3A | E | 48 | 40 | 3D |
| Octal | 302 | 333 | 135 | 13 | 0 | 72 | 16 | 110 | 100 | 75 |
| Binary | 11000010 | 11011011 | 1011101 | 1011 | 0 | 111010 | 1110 | 1001000 | 1000000 | 111101 |
Color Harmonies of #C2DB5D
Complementary color
Monochromatic Colors of #C2DB5D
Black with #C2DB5D
Text Example
Text Example
White with #C2DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB5D; }
p { color: rgb(194,219,93); }
H1.HeaderClassName
{
color: #C2DB5D;
}
.AnyTagClassName
{
color: #C2DB5D;
}
</style>
background-color css
<style>
a { background-color: #C2DB5D; }
a { background-color: rgb(194,219,93); }
div.DivClassName
{
background-color: #C2DB5D;
}
.BgClassName
{
background-color: #C2DB5D;
}
</style>
border-color css
<style>
span { border-color: #C2DB5D; }
span { border-color: rgb(194,219,93); }
td.TdClassName
{
border-color: #C2DB5D;
}
.TagClassName
{
border-color: #C2DB5D;
}
</style>