Shades of Wild Willow #C8DE62
Tints of Wild Willow #C8DE62
RGB
CMYK
RGB Variations
Color information
#C8DE62 (or 0xC8DE62) is known color: Wild Willow. HEX triplet: C8, DE and 62. RGB value is (200,222,98). Sum of RGB (Red+Green+Blue) = 200+222+98=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DE62 is #37219D. Grayscale: #C9C9C9. Windows color (decimal): -3613086 or 6479560. OLE color: 6479560.
HSL color Cylindrical-coordinate representation of color #C8DE62: hue angle of 70.65º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8DE62 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 98 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.13 |
| HSL | 70.65º | 0.65% | 0.63% | - |
| HSV(B) | 70.65º | 0.56% | 0.87% | - |
| XYZ | 52.15 | 65.4 | 21.43 | - |
| YUV | 201.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 98 | 0.10 | 0 | 0.56 | 0.13 | 70.65 | 0.65 | 0.63 |
| Hex | C8 | DE | 62 | A | 0 | 38 | D | 47 | 41 | 3F |
| Octal | 310 | 336 | 142 | 12 | 0 | 70 | 15 | 107 | 101 | 77 |
| Binary | 11001000 | 11011110 | 1100010 | 1010 | 0 | 111000 | 1101 | 1000111 | 1000001 | 111111 |
Color Harmonies of #C8DE62
Complementary color
Monochromatic Colors of #C8DE62
Black with #C8DE62
Text Example
Text Example
White with #C8DE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DE62; }
p { color: rgb(200,222,98); }
H1.HeaderClassName
{
color: #C8DE62;
}
.AnyTagClassName
{
color: #C8DE62;
}
</style>
background-color css
<style>
a { background-color: #C8DE62; }
a { background-color: rgb(200,222,98); }
div.DivClassName
{
background-color: #C8DE62;
}
.BgClassName
{
background-color: #C8DE62;
}
</style>
border-color css
<style>
span { border-color: #C8DE62; }
span { border-color: rgb(200,222,98); }
td.TdClassName
{
border-color: #C8DE62;
}
.TagClassName
{
border-color: #C8DE62;
}
</style>