Shades of Wild Willow #C8D852
Tints of Wild Willow #C8D852
RGB
CMYK
RGB Variations
Color information
#C8D852 (or 0xC8D852) is known color: Wild Willow. HEX triplet: C8, D8 and 52. RGB value is (200,216,82). Sum of RGB (Red+Green+Blue) = 200+216+82=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D852 is #3727AD. Grayscale: #C4C4C4. Windows color (decimal): -3614638 or 5429448. OLE color: 5429448.
HSL color Cylindrical-coordinate representation of color #C8D852: hue angle of 67.16º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8D852 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 82 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.15 |
| HSL | 67.16º | 0.63% | 0.58% | - |
| HSV(B) | 67.16º | 0.62% | 0.85% | - |
| XYZ | 49.9 | 62 | 17.32 | - |
| YUV | 195.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 82 | 0.07 | 0 | 0.62 | 0.15 | 67.16 | 0.63 | 0.58 |
| Hex | C8 | D8 | 52 | 7 | 0 | 3E | F | 43 | 3F | 3A |
| Octal | 310 | 330 | 122 | 7 | 0 | 76 | 17 | 103 | 77 | 72 |
| Binary | 11001000 | 11011000 | 1010010 | 111 | 0 | 111110 | 1111 | 1000011 | 111111 | 111010 |
Color Harmonies of #C8D852
Complementary color
Monochromatic Colors of #C8D852
Black with #C8D852
Text Example
Text Example
White with #C8D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D852; }
p { color: rgb(200,216,82); }
H1.HeaderClassName
{
color: #C8D852;
}
.AnyTagClassName
{
color: #C8D852;
}
</style>
background-color css
<style>
a { background-color: #C8D852; }
a { background-color: rgb(200,216,82); }
div.DivClassName
{
background-color: #C8D852;
}
.BgClassName
{
background-color: #C8D852;
}
</style>
border-color css
<style>
span { border-color: #C8D852; }
span { border-color: rgb(200,216,82); }
td.TdClassName
{
border-color: #C8D852;
}
.TagClassName
{
border-color: #C8D852;
}
</style>