Shades of Wild Willow #C8D262
Tints of Wild Willow #C8D262
RGB
CMYK
RGB Variations
Color information
#C8D262 (or 0xC8D262) is known color: Wild Willow. HEX triplet: C8, D2 and 62. RGB value is (200,210,98). Sum of RGB (Red+Green+Blue) = 200+210+98=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D262 is #372D9D. Grayscale: #C2C2C2. Windows color (decimal): -3616158 or 6476488. OLE color: 6476488.
HSL color Cylindrical-coordinate representation of color #C8D262: hue angle of 65.36º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8D262 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 98 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.18 |
| HSL | 65.36º | 0.55% | 0.6% | - |
| HSV(B) | 65.36º | 0.53% | 0.82% | - |
| XYZ | 49.07 | 59.25 | 20.41 | - |
| YUV | 194.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 98 | 0.05 | 0 | 0.53 | 0.18 | 65.36 | 0.55 | 0.6 |
| Hex | C8 | D2 | 62 | 5 | 0 | 35 | 12 | 41 | 37 | 3C |
| Octal | 310 | 322 | 142 | 5 | 0 | 65 | 22 | 101 | 67 | 74 |
| Binary | 11001000 | 11010010 | 1100010 | 101 | 0 | 110101 | 10010 | 1000001 | 110111 | 111100 |
Color Harmonies of #C8D262
Complementary color
Monochromatic Colors of #C8D262
Black with #C8D262
Text Example
Text Example
White with #C8D262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D262; }
p { color: rgb(200,210,98); }
H1.HeaderClassName
{
color: #C8D262;
}
.AnyTagClassName
{
color: #C8D262;
}
</style>
background-color css
<style>
a { background-color: #C8D262; }
a { background-color: rgb(200,210,98); }
div.DivClassName
{
background-color: #C8D262;
}
.BgClassName
{
background-color: #C8D262;
}
</style>
border-color css
<style>
span { border-color: #C8D262; }
span { border-color: rgb(200,210,98); }
td.TdClassName
{
border-color: #C8D262;
}
.TagClassName
{
border-color: #C8D262;
}
</style>