Shades of Wild Willow #C8D75C
Tints of Wild Willow #C8D75C
RGB
CMYK
RGB Variations
Color information
#C8D75C (or 0xC8D75C) is known color: Wild Willow. HEX triplet: C8, D7 and 5C. RGB value is (200,215,92). Sum of RGB (Red+Green+Blue) = 200+215+92=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D75C is #3728A3. Grayscale: #C4C4C4. Windows color (decimal): -3614884 or 6084552. OLE color: 6084552.
HSL color Cylindrical-coordinate representation of color #C8D75C: hue angle of 67.32º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8D75C is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 92 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.16 |
| HSL | 67.32º | 0.61% | 0.6% | - |
| HSV(B) | 67.32º | 0.57% | 0.84% | - |
| XYZ | 50.05 | 61.65 | 19.39 | - |
| YUV | 196.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 92 | 0.07 | 0 | 0.57 | 0.16 | 67.32 | 0.61 | 0.6 |
| Hex | C8 | D7 | 5C | 7 | 0 | 39 | 10 | 43 | 3D | 3C |
| Octal | 310 | 327 | 134 | 7 | 0 | 71 | 20 | 103 | 75 | 74 |
| Binary | 11001000 | 11010111 | 1011100 | 111 | 0 | 111001 | 10000 | 1000011 | 111101 | 111100 |
Color Harmonies of #C8D75C
Complementary color
Monochromatic Colors of #C8D75C
Black with #C8D75C
Text Example
Text Example
White with #C8D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D75C; }
p { color: rgb(200,215,92); }
H1.HeaderClassName
{
color: #C8D75C;
}
.AnyTagClassName
{
color: #C8D75C;
}
</style>
background-color css
<style>
a { background-color: #C8D75C; }
a { background-color: rgb(200,215,92); }
div.DivClassName
{
background-color: #C8D75C;
}
.BgClassName
{
background-color: #C8D75C;
}
</style>
border-color css
<style>
span { border-color: #C8D75C; }
span { border-color: rgb(200,215,92); }
td.TdClassName
{
border-color: #C8D75C;
}
.TagClassName
{
border-color: #C8D75C;
}
</style>