Shades of Wild Willow #C3D852
Tints of Wild Willow #C3D852
RGB
CMYK
RGB Variations
Color information
#C3D852 (or 0xC3D852) is known color: Wild Willow. HEX triplet: C3, D8 and 52. RGB value is (195,216,82). Sum of RGB (Red+Green+Blue) = 195+216+82=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D852 is #3C27AD. Grayscale: #C2C2C2. Windows color (decimal): -3942318 or 5429443. OLE color: 5429443.
HSL color Cylindrical-coordinate representation of color #C3D852: hue angle of 69.4º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3D852 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 82 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.15 |
| HSL | 69.4º | 0.63% | 0.58% | - |
| HSV(B) | 69.4º | 0.62% | 0.85% | - |
| XYZ | 48.58 | 61.32 | 17.26 | - |
| YUV | 194.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 82 | 0.10 | 0 | 0.62 | 0.15 | 69.4 | 0.63 | 0.58 |
| Hex | C3 | D8 | 52 | A | 0 | 3E | F | 45 | 3F | 3A |
| Octal | 303 | 330 | 122 | 12 | 0 | 76 | 17 | 105 | 77 | 72 |
| Binary | 11000011 | 11011000 | 1010010 | 1010 | 0 | 111110 | 1111 | 1000101 | 111111 | 111010 |
Color Harmonies of #C3D852
Complementary color
Monochromatic Colors of #C3D852
Black with #C3D852
Text Example
Text Example
White with #C3D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D852; }
p { color: rgb(195,216,82); }
H1.HeaderClassName
{
color: #C3D852;
}
.AnyTagClassName
{
color: #C3D852;
}
</style>
background-color css
<style>
a { background-color: #C3D852; }
a { background-color: rgb(195,216,82); }
div.DivClassName
{
background-color: #C3D852;
}
.BgClassName
{
background-color: #C3D852;
}
</style>
border-color css
<style>
span { border-color: #C3D852; }
span { border-color: rgb(195,216,82); }
td.TdClassName
{
border-color: #C3D852;
}
.TagClassName
{
border-color: #C3D852;
}
</style>