Shades of Wild Willow #C2D75A
Tints of Wild Willow #C2D75A
RGB
CMYK
RGB Variations
Color information
#C2D75A (or 0xC2D75A) is known color: Wild Willow. HEX triplet: C2, D7 and 5A. RGB value is (194,215,90). Sum of RGB (Red+Green+Blue) = 194+215+90=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D75A is #3D28A5. Grayscale: #C2C2C2. Windows color (decimal): -4008102 or 5953474. OLE color: 5953474.
HSL color Cylindrical-coordinate representation of color #C2D75A: hue angle of 70.08º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2D75A is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 90 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.16 |
| HSL | 70.08º | 0.61% | 0.6% | - |
| HSV(B) | 70.08º | 0.58% | 0.84% | - |
| XYZ | 48.39 | 60.81 | 18.86 | - |
| YUV | 194.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 90 | 0.10 | 0 | 0.58 | 0.16 | 70.08 | 0.61 | 0.6 |
| Hex | C2 | D7 | 5A | A | 0 | 3A | 10 | 46 | 3D | 3C |
| Octal | 302 | 327 | 132 | 12 | 0 | 72 | 20 | 106 | 75 | 74 |
| Binary | 11000010 | 11010111 | 1011010 | 1010 | 0 | 111010 | 10000 | 1000110 | 111101 | 111100 |
Color Harmonies of #C2D75A
Complementary color
Monochromatic Colors of #C2D75A
Black with #C2D75A
Text Example
Text Example
White with #C2D75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D75A; }
p { color: rgb(194,215,90); }
H1.HeaderClassName
{
color: #C2D75A;
}
.AnyTagClassName
{
color: #C2D75A;
}
</style>
background-color css
<style>
a { background-color: #C2D75A; }
a { background-color: rgb(194,215,90); }
div.DivClassName
{
background-color: #C2D75A;
}
.BgClassName
{
background-color: #C2D75A;
}
</style>
border-color css
<style>
span { border-color: #C2D75A; }
span { border-color: rgb(194,215,90); }
td.TdClassName
{
border-color: #C2D75A;
}
.TagClassName
{
border-color: #C2D75A;
}
</style>