Shades of Wild Willow #C2DF65
Tints of Wild Willow #C2DF65
RGB
CMYK
RGB Variations
Color information
#C2DF65 (or 0xC2DF65) is known color: Wild Willow. HEX triplet: C2, DF and 65. RGB value is (194,223,101). Sum of RGB (Red+Green+Blue) = 194+223+101=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DF65 is #3D209A. Grayscale: #C8C8C8. Windows color (decimal): -4006043 or 6676418. OLE color: 6676418.
HSL color Cylindrical-coordinate representation of color #C2DF65: hue angle of 74.26º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2DF65 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 101 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.13 |
| HSL | 74.26º | 0.66% | 0.64% | - |
| HSV(B) | 74.26º | 0.55% | 0.87% | - |
| XYZ | 50.98 | 65.18 | 22.21 | - |
| YUV | 200.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 101 | 0.13 | 0 | 0.55 | 0.13 | 74.26 | 0.66 | 0.64 |
| Hex | C2 | DF | 65 | D | 0 | 37 | D | 4A | 42 | 40 |
| Octal | 302 | 337 | 145 | 15 | 0 | 67 | 15 | 112 | 102 | 100 |
| Binary | 11000010 | 11011111 | 1100101 | 1101 | 0 | 110111 | 1101 | 1001010 | 1000010 | 1000000 |
Color Harmonies of #C2DF65
Complementary color
Monochromatic Colors of #C2DF65
Black with #C2DF65
Text Example
Text Example
White with #C2DF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF65; }
p { color: rgb(194,223,101); }
H1.HeaderClassName
{
color: #C2DF65;
}
.AnyTagClassName
{
color: #C2DF65;
}
</style>
background-color css
<style>
a { background-color: #C2DF65; }
a { background-color: rgb(194,223,101); }
div.DivClassName
{
background-color: #C2DF65;
}
.BgClassName
{
background-color: #C2DF65;
}
</style>
border-color css
<style>
span { border-color: #C2DF65; }
span { border-color: rgb(194,223,101); }
td.TdClassName
{
border-color: #C2DF65;
}
.TagClassName
{
border-color: #C2DF65;
}
</style>