Shades of Wild Willow #C6DD54
Tints of Wild Willow #C6DD54
RGB
CMYK
RGB Variations
Color information
#C6DD54 (or 0xC6DD54) is known color: Wild Willow. HEX triplet: C6, DD and 54. RGB value is (198,221,84). Sum of RGB (Red+Green+Blue) = 198+221+84=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DD54 is #3922AB. Grayscale: #C7C7C7. Windows color (decimal): -3744428 or 5561798. OLE color: 5561798.
HSL color Cylindrical-coordinate representation of color #C6DD54: hue angle of 70.07º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6DD54 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 84 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.13 |
| HSL | 70.07º | 0.67% | 0.6% | - |
| HSV(B) | 70.07º | 0.62% | 0.87% | - |
| XYZ | 50.75 | 64.36 | 18.14 | - |
| YUV | 198.51 | 63.38 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 84 | 0.10 | 0 | 0.62 | 0.13 | 70.07 | 0.67 | 0.6 |
| Hex | C6 | DD | 54 | A | 0 | 3E | D | 46 | 43 | 3C |
| Octal | 306 | 335 | 124 | 12 | 0 | 76 | 15 | 106 | 103 | 74 |
| Binary | 11000110 | 11011101 | 1010100 | 1010 | 0 | 111110 | 1101 | 1000110 | 1000011 | 111100 |
Color Harmonies of #C6DD54
Complementary color
Monochromatic Colors of #C6DD54
Black with #C6DD54
Text Example
Text Example
White with #C6DD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD54; }
p { color: rgb(198,221,84); }
H1.HeaderClassName
{
color: #C6DD54;
}
.AnyTagClassName
{
color: #C6DD54;
}
</style>
background-color css
<style>
a { background-color: #C6DD54; }
a { background-color: rgb(198,221,84); }
div.DivClassName
{
background-color: #C6DD54;
}
.BgClassName
{
background-color: #C6DD54;
}
</style>
border-color css
<style>
span { border-color: #C6DD54; }
span { border-color: rgb(198,221,84); }
td.TdClassName
{
border-color: #C6DD54;
}
.TagClassName
{
border-color: #C6DD54;
}
</style>