Shades of Wild Willow #C6D25D
Tints of Wild Willow #C6D25D
RGB
CMYK
RGB Variations
Color information
#C6D25D (or 0xC6D25D) is known color: Wild Willow. HEX triplet: C6, D2 and 5D. RGB value is (198,210,93). Sum of RGB (Red+Green+Blue) = 198+210+93=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D25D is #392DA2. Grayscale: #C1C1C1. Windows color (decimal): -3747235 or 6148806. OLE color: 6148806.
HSL color Cylindrical-coordinate representation of color #C6D25D: hue angle of 66.15º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6D25D is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 93 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.18 |
| HSL | 66.15º | 0.57% | 0.59% | - |
| HSV(B) | 66.15º | 0.56% | 0.82% | - |
| XYZ | 48.31 | 58.89 | 19.18 | - |
| YUV | 193.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 93 | 0.06 | 0 | 0.56 | 0.18 | 66.15 | 0.57 | 0.59 |
| Hex | C6 | D2 | 5D | 6 | 0 | 38 | 12 | 42 | 39 | 3B |
| Octal | 306 | 322 | 135 | 6 | 0 | 70 | 22 | 102 | 71 | 73 |
| Binary | 11000110 | 11010010 | 1011101 | 110 | 0 | 111000 | 10010 | 1000010 | 111001 | 111011 |
Color Harmonies of #C6D25D
Complementary color
Monochromatic Colors of #C6D25D
Black with #C6D25D
Text Example
Text Example
White with #C6D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D25D; }
p { color: rgb(198,210,93); }
H1.HeaderClassName
{
color: #C6D25D;
}
.AnyTagClassName
{
color: #C6D25D;
}
</style>
background-color css
<style>
a { background-color: #C6D25D; }
a { background-color: rgb(198,210,93); }
div.DivClassName
{
background-color: #C6D25D;
}
.BgClassName
{
background-color: #C6D25D;
}
</style>
border-color css
<style>
span { border-color: #C6D25D; }
span { border-color: rgb(198,210,93); }
td.TdClassName
{
border-color: #C6D25D;
}
.TagClassName
{
border-color: #C6D25D;
}
</style>