Shades of Wild Willow #C2D75C
Tints of Wild Willow #C2D75C
RGB
CMYK
RGB Variations
Color information
#C2D75C (or 0xC2D75C) is known color: Wild Willow. HEX triplet: C2, D7 and 5C. RGB value is (194,215,92). Sum of RGB (Red+Green+Blue) = 194+215+92=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D75C is #3D28A3. Grayscale: #C3C3C3. Windows color (decimal): -4008100 or 6084546. OLE color: 6084546.
HSL color Cylindrical-coordinate representation of color #C2D75C: hue angle of 70.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2D75C is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 92 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.16 |
| HSL | 70.24º | 0.61% | 0.6% | - |
| HSV(B) | 70.24º | 0.57% | 0.84% | - |
| XYZ | 48.48 | 60.84 | 19.31 | - |
| YUV | 194.7 | 70.04 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 92 | 0.10 | 0 | 0.57 | 0.16 | 70.24 | 0.61 | 0.6 |
| Hex | C2 | D7 | 5C | A | 0 | 39 | 10 | 46 | 3D | 3C |
| Octal | 302 | 327 | 134 | 12 | 0 | 71 | 20 | 106 | 75 | 74 |
| Binary | 11000010 | 11010111 | 1011100 | 1010 | 0 | 111001 | 10000 | 1000110 | 111101 | 111100 |
Color Harmonies of #C2D75C
Complementary color
Monochromatic Colors of #C2D75C
Black with #C2D75C
Text Example
Text Example
White with #C2D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D75C; }
p { color: rgb(194,215,92); }
H1.HeaderClassName
{
color: #C2D75C;
}
.AnyTagClassName
{
color: #C2D75C;
}
</style>
background-color css
<style>
a { background-color: #C2D75C; }
a { background-color: rgb(194,215,92); }
div.DivClassName
{
background-color: #C2D75C;
}
.BgClassName
{
background-color: #C2D75C;
}
</style>
border-color css
<style>
span { border-color: #C2D75C; }
span { border-color: rgb(194,215,92); }
td.TdClassName
{
border-color: #C2D75C;
}
.TagClassName
{
border-color: #C2D75C;
}
</style>