Shades of Wild Willow #C3D34E
Tints of Wild Willow #C3D34E
RGB
CMYK
RGB Variations
Color information
#C3D34E (or 0xC3D34E) is known color: Wild Willow. HEX triplet: C3, D3 and 4E. RGB value is (195,211,78). Sum of RGB (Red+Green+Blue) = 195+211+78=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D34E is #3C2CB1. Grayscale: #BFBFBF. Windows color (decimal): -3943602 or 5166019. OLE color: 5166019.
HSL color Cylindrical-coordinate representation of color #C3D34E: hue angle of 67.22º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3D34E is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 78 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.17 |
| HSL | 67.22º | 0.6% | 0.57% | - |
| HSV(B) | 67.22º | 0.63% | 0.83% | - |
| XYZ | 47.18 | 58.74 | 16.06 | - |
| YUV | 191.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 78 | 0.08 | 0 | 0.63 | 0.17 | 67.22 | 0.6 | 0.57 |
| Hex | C3 | D3 | 4E | 8 | 0 | 3F | 11 | 43 | 3C | 39 |
| Octal | 303 | 323 | 116 | 10 | 0 | 77 | 21 | 103 | 74 | 71 |
| Binary | 11000011 | 11010011 | 1001110 | 1000 | 0 | 111111 | 10001 | 1000011 | 111100 | 111001 |
Color Harmonies of #C3D34E
Complementary color
Monochromatic Colors of #C3D34E
Black with #C3D34E
Text Example
Text Example
White with #C3D34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D34E; }
p { color: rgb(195,211,78); }
H1.HeaderClassName
{
color: #C3D34E;
}
.AnyTagClassName
{
color: #C3D34E;
}
</style>
background-color css
<style>
a { background-color: #C3D34E; }
a { background-color: rgb(195,211,78); }
div.DivClassName
{
background-color: #C3D34E;
}
.BgClassName
{
background-color: #C3D34E;
}
</style>
border-color css
<style>
span { border-color: #C3D34E; }
span { border-color: rgb(195,211,78); }
td.TdClassName
{
border-color: #C3D34E;
}
.TagClassName
{
border-color: #C3D34E;
}
</style>