Shades of Wild Willow #C2D452
Tints of Wild Willow #C2D452
RGB
CMYK
RGB Variations
Color information
#C2D452 (or 0xC2D452) is known color: Wild Willow. HEX triplet: C2, D4 and 52. RGB value is (194,212,82). Sum of RGB (Red+Green+Blue) = 194+212+82=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D452 is #3D2BAD. Grayscale: #C0C0C0. Windows color (decimal): -4008878 or 5428418. OLE color: 5428418.
HSL color Cylindrical-coordinate representation of color #C2D452: hue angle of 68.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2D452 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 82 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.17 |
| HSL | 68.31º | 0.6% | 0.58% | - |
| HSV(B) | 68.31º | 0.61% | 0.83% | - |
| XYZ | 47.31 | 59.17 | 16.91 | - |
| YUV | 191.8 | 66.04 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 82 | 0.08 | 0 | 0.61 | 0.17 | 68.31 | 0.6 | 0.58 |
| Hex | C2 | D4 | 52 | 8 | 0 | 3D | 11 | 44 | 3C | 3A |
| Octal | 302 | 324 | 122 | 10 | 0 | 75 | 21 | 104 | 74 | 72 |
| Binary | 11000010 | 11010100 | 1010010 | 1000 | 0 | 111101 | 10001 | 1000100 | 111100 | 111010 |
Color Harmonies of #C2D452
Complementary color
Monochromatic Colors of #C2D452
Black with #C2D452
Text Example
Text Example
White with #C2D452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D452; }
p { color: rgb(194,212,82); }
H1.HeaderClassName
{
color: #C2D452;
}
.AnyTagClassName
{
color: #C2D452;
}
</style>
background-color css
<style>
a { background-color: #C2D452; }
a { background-color: rgb(194,212,82); }
div.DivClassName
{
background-color: #C2D452;
}
.BgClassName
{
background-color: #C2D452;
}
</style>
border-color css
<style>
span { border-color: #C2D452; }
span { border-color: rgb(194,212,82); }
td.TdClassName
{
border-color: #C2D452;
}
.TagClassName
{
border-color: #C2D452;
}
</style>