Shades of Wild Willow #C2D752
Tints of Wild Willow #C2D752
RGB
CMYK
RGB Variations
Color information
#C2D752 (or 0xC2D752) is known color: Wild Willow. HEX triplet: C2, D7 and 52. RGB value is (194,215,82). Sum of RGB (Red+Green+Blue) = 194+215+82=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D752 is #3D28AD. Grayscale: #C2C2C2. Windows color (decimal): -4008110 or 5429186. OLE color: 5429186.
HSL color Cylindrical-coordinate representation of color #C2D752: hue angle of 69.47º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2D752 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 82 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.16 |
| HSL | 69.47º | 0.62% | 0.58% | - |
| HSV(B) | 69.47º | 0.62% | 0.84% | - |
| XYZ | 48.07 | 60.68 | 17.16 | - |
| YUV | 193.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 82 | 0.10 | 0 | 0.62 | 0.16 | 69.47 | 0.62 | 0.58 |
| Hex | C2 | D7 | 52 | A | 0 | 3E | 10 | 45 | 3E | 3A |
| Octal | 302 | 327 | 122 | 12 | 0 | 76 | 20 | 105 | 76 | 72 |
| Binary | 11000010 | 11010111 | 1010010 | 1010 | 0 | 111110 | 10000 | 1000101 | 111110 | 111010 |
Color Harmonies of #C2D752
Complementary color
Monochromatic Colors of #C2D752
Black with #C2D752
Text Example
Text Example
White with #C2D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D752; }
p { color: rgb(194,215,82); }
H1.HeaderClassName
{
color: #C2D752;
}
.AnyTagClassName
{
color: #C2D752;
}
</style>
background-color css
<style>
a { background-color: #C2D752; }
a { background-color: rgb(194,215,82); }
div.DivClassName
{
background-color: #C2D752;
}
.BgClassName
{
background-color: #C2D752;
}
</style>
border-color css
<style>
span { border-color: #C2D752; }
span { border-color: rgb(194,215,82); }
td.TdClassName
{
border-color: #C2D752;
}
.TagClassName
{
border-color: #C2D752;
}
</style>