Shades of Wild Willow #C8CA4E
Tints of Wild Willow #C8CA4E
RGB
CMYK
RGB Variations
Color information
#C8CA4E (or 0xC8CA4E) is known color: Wild Willow. HEX triplet: C8, CA and 4E. RGB value is (200,202,78). Sum of RGB (Red+Green+Blue) = 200+202+78=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CA4E is #3735B1. Grayscale: #BBBBBB. Windows color (decimal): -3618226 or 5163720. OLE color: 5163720.
HSL color Cylindrical-coordinate representation of color #C8CA4E: hue angle of 60.97º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8CA4E is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 78 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.21 |
| HSL | 60.97º | 0.54% | 0.55% | - |
| HSV(B) | 60.97º | 0.61% | 0.79% | - |
| XYZ | 46.32 | 55.07 | 15.4 | - |
| YUV | 187.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 78 | 0.01 | 0 | 0.61 | 0.21 | 60.97 | 0.54 | 0.55 |
| Hex | C8 | CA | 4E | 1 | 0 | 3D | 15 | 3D | 36 | 37 |
| Octal | 310 | 312 | 116 | 1 | 0 | 75 | 25 | 75 | 66 | 67 |
| Binary | 11001000 | 11001010 | 1001110 | 1 | 0 | 111101 | 10101 | 111101 | 110110 | 110111 |
Color Harmonies of #C8CA4E
Complementary color
Monochromatic Colors of #C8CA4E
Black with #C8CA4E
Text Example
Text Example
White with #C8CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA4E; }
p { color: rgb(200,202,78); }
H1.HeaderClassName
{
color: #C8CA4E;
}
.AnyTagClassName
{
color: #C8CA4E;
}
</style>
background-color css
<style>
a { background-color: #C8CA4E; }
a { background-color: rgb(200,202,78); }
div.DivClassName
{
background-color: #C8CA4E;
}
.BgClassName
{
background-color: #C8CA4E;
}
</style>
border-color css
<style>
span { border-color: #C8CA4E; }
span { border-color: rgb(200,202,78); }
td.TdClassName
{
border-color: #C8CA4E;
}
.TagClassName
{
border-color: #C8CA4E;
}
</style>