Shades of Wild Willow #C2CE50
Tints of Wild Willow #C2CE50
RGB
CMYK
RGB Variations
Color information
#C2CE50 (or 0xC2CE50) is known color: Wild Willow. HEX triplet: C2, CE and 50. RGB value is (194,206,80). Sum of RGB (Red+Green+Blue) = 194+206+80=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CE50 is #3D31AF. Grayscale: #BCBCBC. Windows color (decimal): -4010416 or 5295810. OLE color: 5295810.
HSL color Cylindrical-coordinate representation of color #C2CE50: hue angle of 65.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2CE50 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 80 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.19 |
| HSL | 65.71º | 0.56% | 0.56% | - |
| HSV(B) | 65.71º | 0.61% | 0.81% | - |
| XYZ | 45.77 | 56.19 | 16.02 | - |
| YUV | 188.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 80 | 0.06 | 0 | 0.61 | 0.19 | 65.71 | 0.56 | 0.56 |
| Hex | C2 | CE | 50 | 6 | 0 | 3D | 13 | 42 | 38 | 38 |
| Octal | 302 | 316 | 120 | 6 | 0 | 75 | 23 | 102 | 70 | 70 |
| Binary | 11000010 | 11001110 | 1010000 | 110 | 0 | 111101 | 10011 | 1000010 | 111000 | 111000 |
Color Harmonies of #C2CE50
Complementary color
Monochromatic Colors of #C2CE50
Black with #C2CE50
Text Example
Text Example
White with #C2CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE50; }
p { color: rgb(194,206,80); }
H1.HeaderClassName
{
color: #C2CE50;
}
.AnyTagClassName
{
color: #C2CE50;
}
</style>
background-color css
<style>
a { background-color: #C2CE50; }
a { background-color: rgb(194,206,80); }
div.DivClassName
{
background-color: #C2CE50;
}
.BgClassName
{
background-color: #C2CE50;
}
</style>
border-color css
<style>
span { border-color: #C2CE50; }
span { border-color: rgb(194,206,80); }
td.TdClassName
{
border-color: #C2CE50;
}
.TagClassName
{
border-color: #C2CE50;
}
</style>