Shades of Wild Willow #C2D751
Tints of Wild Willow #C2D751
RGB
CMYK
RGB Variations
Color information
#C2D751 (or 0xC2D751) is known color: Wild Willow. HEX triplet: C2, D7 and 51. RGB value is (194,215,81). Sum of RGB (Red+Green+Blue) = 194+215+81=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D751 is #3D28AE. Grayscale: #C1C1C1. Windows color (decimal): -4008111 or 5363650. OLE color: 5363650.
HSL color Cylindrical-coordinate representation of color #C2D751: hue angle of 69.4º degrees, saturation: 0.63, 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 #C2D751 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 81 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.16 |
| HSL | 69.4º | 0.63% | 0.58% | - |
| HSV(B) | 69.4º | 0.62% | 0.84% | - |
| XYZ | 48.03 | 60.66 | 16.96 | - |
| YUV | 193.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 81 | 0.10 | 0 | 0.62 | 0.16 | 69.4 | 0.63 | 0.58 |
| Hex | C2 | D7 | 51 | A | 0 | 3E | 10 | 45 | 3F | 3A |
| Octal | 302 | 327 | 121 | 12 | 0 | 76 | 20 | 105 | 77 | 72 |
| Binary | 11000010 | 11010111 | 1010001 | 1010 | 0 | 111110 | 10000 | 1000101 | 111111 | 111010 |
Color Harmonies of #C2D751
Complementary color
Monochromatic Colors of #C2D751
Black with #C2D751
Text Example
Text Example
White with #C2D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D751; }
p { color: rgb(194,215,81); }
H1.HeaderClassName
{
color: #C2D751;
}
.AnyTagClassName
{
color: #C2D751;
}
</style>
background-color css
<style>
a { background-color: #C2D751; }
a { background-color: rgb(194,215,81); }
div.DivClassName
{
background-color: #C2D751;
}
.BgClassName
{
background-color: #C2D751;
}
</style>
border-color css
<style>
span { border-color: #C2D751; }
span { border-color: rgb(194,215,81); }
td.TdClassName
{
border-color: #C2D751;
}
.TagClassName
{
border-color: #C2D751;
}
</style>