Shades of Wild Willow #C3D952
Tints of Wild Willow #C3D952
RGB
CMYK
RGB Variations
Color information
#C3D952 (or 0xC3D952) is known color: Wild Willow. HEX triplet: C3, D9 and 52. RGB value is (195,217,82). Sum of RGB (Red+Green+Blue) = 195+217+82=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #C3D952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D952 is #3C26AD. Grayscale: #C3C3C3. Windows color (decimal): -3942062 or 5429699. OLE color: 5429699.
HSL color Cylindrical-coordinate representation of color #C3D952: hue angle of 69.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3D952 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 217 | 82 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.15 |
| HSL | 69.78º | 0.64% | 0.59% | - |
| HSV(B) | 69.78º | 0.62% | 0.85% | - |
| XYZ | 48.84 | 61.84 | 17.34 | - |
| YUV | 195.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 217 | 82 | 0.10 | 0 | 0.62 | 0.15 | 69.78 | 0.64 | 0.59 |
| Hex | C3 | D9 | 52 | A | 0 | 3E | F | 46 | 40 | 3B |
| Octal | 303 | 331 | 122 | 12 | 0 | 76 | 17 | 106 | 100 | 73 |
| Binary | 11000011 | 11011001 | 1010010 | 1010 | 0 | 111110 | 1111 | 1000110 | 1000000 | 111011 |
Color Harmonies of #C3D952
Complementary color
Monochromatic Colors of #C3D952
Black with #C3D952
Text Example
Text Example
White with #C3D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D952; }
p { color: rgb(195,217,82); }
H1.HeaderClassName
{
color: #C3D952;
}
.AnyTagClassName
{
color: #C3D952;
}
</style>
background-color css
<style>
a { background-color: #C3D952; }
a { background-color: rgb(195,217,82); }
div.DivClassName
{
background-color: #C3D952;
}
.BgClassName
{
background-color: #C3D952;
}
</style>
border-color css
<style>
span { border-color: #C3D952; }
span { border-color: rgb(195,217,82); }
td.TdClassName
{
border-color: #C3D952;
}
.TagClassName
{
border-color: #C3D952;
}
</style>