Shades of Wild Willow #C2D05B
Tints of Wild Willow #C2D05B
RGB
CMYK
RGB Variations
Color information
#C2D05B (or 0xC2D05B) is known color: Wild Willow. HEX triplet: C2, D0 and 5B. RGB value is (194,208,91). Sum of RGB (Red+Green+Blue) = 194+208+91=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D05B is #3D2FA4. Grayscale: #BEBEBE. Windows color (decimal): -4009893 or 6017218. OLE color: 6017218.
HSL color Cylindrical-coordinate representation of color #C2D05B: hue angle of 67.18º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2D05B is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 91 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.18 |
| HSL | 67.18º | 0.55% | 0.59% | - |
| HSV(B) | 67.18º | 0.56% | 0.82% | - |
| XYZ | 46.69 | 57.34 | 18.5 | - |
| YUV | 190.48 | 71.86 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 91 | 0.07 | 0 | 0.56 | 0.18 | 67.18 | 0.55 | 0.59 |
| Hex | C2 | D0 | 5B | 7 | 0 | 38 | 12 | 43 | 37 | 3B |
| Octal | 302 | 320 | 133 | 7 | 0 | 70 | 22 | 103 | 67 | 73 |
| Binary | 11000010 | 11010000 | 1011011 | 111 | 0 | 111000 | 10010 | 1000011 | 110111 | 111011 |
Color Harmonies of #C2D05B
Complementary color
Monochromatic Colors of #C2D05B
Black with #C2D05B
Text Example
Text Example
White with #C2D05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D05B; }
p { color: rgb(194,208,91); }
H1.HeaderClassName
{
color: #C2D05B;
}
.AnyTagClassName
{
color: #C2D05B;
}
</style>
background-color css
<style>
a { background-color: #C2D05B; }
a { background-color: rgb(194,208,91); }
div.DivClassName
{
background-color: #C2D05B;
}
.BgClassName
{
background-color: #C2D05B;
}
</style>
border-color css
<style>
span { border-color: #C2D05B; }
span { border-color: rgb(194,208,91); }
td.TdClassName
{
border-color: #C2D05B;
}
.TagClassName
{
border-color: #C2D05B;
}
</style>