Shades of Wild Willow #C8D450
Tints of Wild Willow #C8D450
RGB
CMYK
RGB Variations
Color information
#C8D450 (or 0xC8D450) is known color: Wild Willow. HEX triplet: C8, D4 and 50. RGB value is (200,212,80). Sum of RGB (Red+Green+Blue) = 200+212+80=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D450 is #372BAF. Grayscale: #C1C1C1. Windows color (decimal): -3615664 or 5297352. OLE color: 5297352.
HSL color Cylindrical-coordinate representation of color #C8D450: hue angle of 65.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8D450 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 80 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.17 |
| HSL | 65.45º | 0.61% | 0.57% | - |
| HSV(B) | 65.45º | 0.62% | 0.83% | - |
| XYZ | 48.81 | 59.95 | 16.59 | - |
| YUV | 193.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 80 | 0.06 | 0 | 0.62 | 0.17 | 65.45 | 0.61 | 0.57 |
| Hex | C8 | D4 | 50 | 6 | 0 | 3E | 11 | 41 | 3D | 39 |
| Octal | 310 | 324 | 120 | 6 | 0 | 76 | 21 | 101 | 75 | 71 |
| Binary | 11001000 | 11010100 | 1010000 | 110 | 0 | 111110 | 10001 | 1000001 | 111101 | 111001 |
Color Harmonies of #C8D450
Complementary color
Monochromatic Colors of #C8D450
Black with #C8D450
Text Example
Text Example
White with #C8D450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D450; }
p { color: rgb(200,212,80); }
H1.HeaderClassName
{
color: #C8D450;
}
.AnyTagClassName
{
color: #C8D450;
}
</style>
background-color css
<style>
a { background-color: #C8D450; }
a { background-color: rgb(200,212,80); }
div.DivClassName
{
background-color: #C8D450;
}
.BgClassName
{
background-color: #C8D450;
}
</style>
border-color css
<style>
span { border-color: #C8D450; }
span { border-color: rgb(200,212,80); }
td.TdClassName
{
border-color: #C8D450;
}
.TagClassName
{
border-color: #C8D450;
}
</style>