Shades of Wild Willow #C2D750
Tints of Wild Willow #C2D750
RGB
CMYK
RGB Variations
Color information
#C2D750 (or 0xC2D750) is known color: Wild Willow. HEX triplet: C2, D7 and 50. RGB value is (194,215,80). Sum of RGB (Red+Green+Blue) = 194+215+80=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D750 is #3D28AF. Grayscale: #C1C1C1. Windows color (decimal): -4008112 or 5298114. OLE color: 5298114.
HSL color Cylindrical-coordinate representation of color #C2D750: hue angle of 69.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2D750 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 80 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.16 |
| HSL | 69.33º | 0.63% | 0.58% | - |
| HSV(B) | 69.33º | 0.63% | 0.84% | - |
| XYZ | 48 | 60.65 | 16.77 | - |
| YUV | 193.33 | 64.04 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 80 | 0.10 | 0 | 0.63 | 0.16 | 69.33 | 0.63 | 0.58 |
| Hex | C2 | D7 | 50 | A | 0 | 3F | 10 | 45 | 3F | 3A |
| Octal | 302 | 327 | 120 | 12 | 0 | 77 | 20 | 105 | 77 | 72 |
| Binary | 11000010 | 11010111 | 1010000 | 1010 | 0 | 111111 | 10000 | 1000101 | 111111 | 111010 |
Color Harmonies of #C2D750
Complementary color
Monochromatic Colors of #C2D750
Black with #C2D750
Text Example
Text Example
White with #C2D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D750; }
p { color: rgb(194,215,80); }
H1.HeaderClassName
{
color: #C2D750;
}
.AnyTagClassName
{
color: #C2D750;
}
</style>
background-color css
<style>
a { background-color: #C2D750; }
a { background-color: rgb(194,215,80); }
div.DivClassName
{
background-color: #C2D750;
}
.BgClassName
{
background-color: #C2D750;
}
</style>
border-color css
<style>
span { border-color: #C2D750; }
span { border-color: rgb(194,215,80); }
td.TdClassName
{
border-color: #C2D750;
}
.TagClassName
{
border-color: #C2D750;
}
</style>