Shades of Wild Willow #C8D75A
Tints of Wild Willow #C8D75A
RGB
CMYK
RGB Variations
Color information
#C8D75A (or 0xC8D75A) is known color: Wild Willow. HEX triplet: C8, D7 and 5A. RGB value is (200,215,90). Sum of RGB (Red+Green+Blue) = 200+215+90=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D75A is #3728A5. Grayscale: #C4C4C4. Windows color (decimal): -3614886 or 5953480. OLE color: 5953480.
HSL color Cylindrical-coordinate representation of color #C8D75A: hue angle of 67.2º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8D75A is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 90 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.16 |
| HSL | 67.2º | 0.61% | 0.6% | - |
| HSV(B) | 67.2º | 0.58% | 0.84% | - |
| XYZ | 49.97 | 61.62 | 18.93 | - |
| YUV | 196.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 90 | 0.07 | 0 | 0.58 | 0.16 | 67.2 | 0.61 | 0.6 |
| Hex | C8 | D7 | 5A | 7 | 0 | 3A | 10 | 43 | 3D | 3C |
| Octal | 310 | 327 | 132 | 7 | 0 | 72 | 20 | 103 | 75 | 74 |
| Binary | 11001000 | 11010111 | 1011010 | 111 | 0 | 111010 | 10000 | 1000011 | 111101 | 111100 |
Color Harmonies of #C8D75A
Complementary color
Monochromatic Colors of #C8D75A
Black with #C8D75A
Text Example
Text Example
White with #C8D75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D75A; }
p { color: rgb(200,215,90); }
H1.HeaderClassName
{
color: #C8D75A;
}
.AnyTagClassName
{
color: #C8D75A;
}
</style>
background-color css
<style>
a { background-color: #C8D75A; }
a { background-color: rgb(200,215,90); }
div.DivClassName
{
background-color: #C8D75A;
}
.BgClassName
{
background-color: #C8D75A;
}
</style>
border-color css
<style>
span { border-color: #C8D75A; }
span { border-color: rgb(200,215,90); }
td.TdClassName
{
border-color: #C8D75A;
}
.TagClassName
{
border-color: #C8D75A;
}
</style>