Shades of Wild Willow #C3D24D
Tints of Wild Willow #C3D24D
RGB
CMYK
RGB Variations
Color information
#C3D24D (or 0xC3D24D) is known color: Wild Willow. HEX triplet: C3, D2 and 4D. RGB value is (195,210,77). Sum of RGB (Red+Green+Blue) = 195+210+77=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D24D is #3C2DB2. Grayscale: #BEBEBE. Windows color (decimal): -3943859 or 5100227. OLE color: 5100227.
HSL color Cylindrical-coordinate representation of color #C3D24D: hue angle of 66.77º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3D24D is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 77 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.18 |
| HSL | 66.77º | 0.6% | 0.56% | - |
| HSV(B) | 66.77º | 0.63% | 0.82% | - |
| XYZ | 46.89 | 58.23 | 15.79 | - |
| YUV | 190.35 | 64.03 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 77 | 0.07 | 0 | 0.63 | 0.18 | 66.77 | 0.6 | 0.56 |
| Hex | C3 | D2 | 4D | 7 | 0 | 3F | 12 | 43 | 3C | 38 |
| Octal | 303 | 322 | 115 | 7 | 0 | 77 | 22 | 103 | 74 | 70 |
| Binary | 11000011 | 11010010 | 1001101 | 111 | 0 | 111111 | 10010 | 1000011 | 111100 | 111000 |
Color Harmonies of #C3D24D
Complementary color
Monochromatic Colors of #C3D24D
Black with #C3D24D
Text Example
Text Example
White with #C3D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D24D; }
p { color: rgb(195,210,77); }
H1.HeaderClassName
{
color: #C3D24D;
}
.AnyTagClassName
{
color: #C3D24D;
}
</style>
background-color css
<style>
a { background-color: #C3D24D; }
a { background-color: rgb(195,210,77); }
div.DivClassName
{
background-color: #C3D24D;
}
.BgClassName
{
background-color: #C3D24D;
}
</style>
border-color css
<style>
span { border-color: #C3D24D; }
span { border-color: rgb(195,210,77); }
td.TdClassName
{
border-color: #C3D24D;
}
.TagClassName
{
border-color: #C3D24D;
}
</style>