Shades of Wild Willow #C2D350
Tints of Wild Willow #C2D350
RGB
CMYK
RGB Variations
Color information
#C2D350 (or 0xC2D350) is known color: Wild Willow. HEX triplet: C2, D3 and 50. RGB value is (194,211,80). Sum of RGB (Red+Green+Blue) = 194+211+80=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D350 is #3D2CAF. Grayscale: #BFBFBF. Windows color (decimal): -4009136 or 5297090. OLE color: 5297090.
HSL color Cylindrical-coordinate representation of color #C2D350: hue angle of 67.79º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2D350 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 80 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.17 |
| HSL | 67.79º | 0.6% | 0.57% | - |
| HSV(B) | 67.79º | 0.62% | 0.83% | - |
| XYZ | 46.99 | 58.64 | 16.43 | - |
| YUV | 190.98 | 65.37 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 80 | 0.08 | 0 | 0.62 | 0.17 | 67.79 | 0.6 | 0.57 |
| Hex | C2 | D3 | 50 | 8 | 0 | 3E | 11 | 44 | 3C | 39 |
| Octal | 302 | 323 | 120 | 10 | 0 | 76 | 21 | 104 | 74 | 71 |
| Binary | 11000010 | 11010011 | 1010000 | 1000 | 0 | 111110 | 10001 | 1000100 | 111100 | 111001 |
Color Harmonies of #C2D350
Complementary color
Monochromatic Colors of #C2D350
Black with #C2D350
Text Example
Text Example
White with #C2D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D350; }
p { color: rgb(194,211,80); }
H1.HeaderClassName
{
color: #C2D350;
}
.AnyTagClassName
{
color: #C2D350;
}
</style>
background-color css
<style>
a { background-color: #C2D350; }
a { background-color: rgb(194,211,80); }
div.DivClassName
{
background-color: #C2D350;
}
.BgClassName
{
background-color: #C2D350;
}
</style>
border-color css
<style>
span { border-color: #C2D350; }
span { border-color: rgb(194,211,80); }
td.TdClassName
{
border-color: #C2D350;
}
.TagClassName
{
border-color: #C2D350;
}
</style>