Shades of Wild Willow #C8D26F
Tints of Wild Willow #C8D26F
RGB
CMYK
RGB Variations
Color information
#C8D26F (or 0xC8D26F) is known color: Wild Willow. HEX triplet: C8, D2 and 6F. RGB value is (200,210,111). Sum of RGB (Red+Green+Blue) = 200+210+111=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D26F is #372D90. Grayscale: #C4C4C4. Windows color (decimal): -3616145 or 7328456. OLE color: 7328456.
HSL color Cylindrical-coordinate representation of color #C8D26F: hue angle of 66.06º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8D26F is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 111 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.18 |
| HSL | 66.06º | 0.52% | 0.63% | - |
| HSV(B) | 66.06º | 0.47% | 0.82% | - |
| XYZ | 49.74 | 59.52 | 23.91 | - |
| YUV | 195.72 | 80.19 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 111 | 0.05 | 0 | 0.47 | 0.18 | 66.06 | 0.52 | 0.63 |
| Hex | C8 | D2 | 6F | 5 | 0 | 2F | 12 | 42 | 34 | 3F |
| Octal | 310 | 322 | 157 | 5 | 0 | 57 | 22 | 102 | 64 | 77 |
| Binary | 11001000 | 11010010 | 1101111 | 101 | 0 | 101111 | 10010 | 1000010 | 110100 | 111111 |
Color Harmonies of #C8D26F
Complementary color
Monochromatic Colors of #C8D26F
Black with #C8D26F
Text Example
Text Example
White with #C8D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D26F; }
p { color: rgb(200,210,111); }
H1.HeaderClassName
{
color: #C8D26F;
}
.AnyTagClassName
{
color: #C8D26F;
}
</style>
background-color css
<style>
a { background-color: #C8D26F; }
a { background-color: rgb(200,210,111); }
div.DivClassName
{
background-color: #C8D26F;
}
.BgClassName
{
background-color: #C8D26F;
}
</style>
border-color css
<style>
span { border-color: #C8D26F; }
span { border-color: rgb(200,210,111); }
td.TdClassName
{
border-color: #C8D26F;
}
.TagClassName
{
border-color: #C8D26F;
}
</style>