Shades of Wild Willow #C2D253
Tints of Wild Willow #C2D253
RGB
CMYK
RGB Variations
Color information
#C2D253 (or 0xC2D253) is known color: Wild Willow. HEX triplet: C2, D2 and 53. RGB value is (194,210,83). Sum of RGB (Red+Green+Blue) = 194+210+83=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D253 is #3D2DAC. Grayscale: #BFBFBF. Windows color (decimal): -4009389 or 5493442. OLE color: 5493442.
HSL color Cylindrical-coordinate representation of color #C2D253: hue angle of 67.56º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2D253 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 83 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.18 |
| HSL | 67.56º | 0.59% | 0.57% | - |
| HSV(B) | 67.56º | 0.6% | 0.82% | - |
| XYZ | 46.86 | 58.19 | 16.95 | - |
| YUV | 190.74 | 67.2 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 83 | 0.08 | 0 | 0.60 | 0.18 | 67.56 | 0.59 | 0.57 |
| Hex | C2 | D2 | 53 | 8 | 0 | 3C | 12 | 44 | 3B | 39 |
| Octal | 302 | 322 | 123 | 10 | 0 | 74 | 22 | 104 | 73 | 71 |
| Binary | 11000010 | 11010010 | 1010011 | 1000 | 0 | 111100 | 10010 | 1000100 | 111011 | 111001 |
Color Harmonies of #C2D253
Complementary color
Monochromatic Colors of #C2D253
Black with #C2D253
Text Example
Text Example
White with #C2D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D253; }
p { color: rgb(194,210,83); }
H1.HeaderClassName
{
color: #C2D253;
}
.AnyTagClassName
{
color: #C2D253;
}
</style>
background-color css
<style>
a { background-color: #C2D253; }
a { background-color: rgb(194,210,83); }
div.DivClassName
{
background-color: #C2D253;
}
.BgClassName
{
background-color: #C2D253;
}
</style>
border-color css
<style>
span { border-color: #C2D253; }
span { border-color: rgb(194,210,83); }
td.TdClassName
{
border-color: #C2D253;
}
.TagClassName
{
border-color: #C2D253;
}
</style>