Shades of Wild Willow #C3D750
Tints of Wild Willow #C3D750
RGB
CMYK
RGB Variations
Color information
#C3D750 (or 0xC3D750) is known color: Wild Willow. HEX triplet: C3, D7 and 50. RGB value is (195,215,80). Sum of RGB (Red+Green+Blue) = 195+215+80=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D750 is #3C28AF. Grayscale: #C2C2C2. Windows color (decimal): -3942576 or 5298115. OLE color: 5298115.
HSL color Cylindrical-coordinate representation of color #C3D750: hue angle of 68.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3D750 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 215 | 80 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.16 |
| HSL | 68.89º | 0.63% | 0.58% | - |
| HSV(B) | 68.89º | 0.63% | 0.84% | - |
| XYZ | 48.25 | 60.78 | 16.78 | - |
| YUV | 193.63 | 63.87 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 215 | 80 | 0.09 | 0 | 0.63 | 0.16 | 68.89 | 0.63 | 0.58 |
| Hex | C3 | D7 | 50 | 9 | 0 | 3F | 10 | 45 | 3F | 3A |
| Octal | 303 | 327 | 120 | 11 | 0 | 77 | 20 | 105 | 77 | 72 |
| Binary | 11000011 | 11010111 | 1010000 | 1001 | 0 | 111111 | 10000 | 1000101 | 111111 | 111010 |
Color Harmonies of #C3D750
Complementary color
Monochromatic Colors of #C3D750
Black with #C3D750
Text Example
Text Example
White with #C3D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D750; }
p { color: rgb(195,215,80); }
H1.HeaderClassName
{
color: #C3D750;
}
.AnyTagClassName
{
color: #C3D750;
}
</style>
background-color css
<style>
a { background-color: #C3D750; }
a { background-color: rgb(195,215,80); }
div.DivClassName
{
background-color: #C3D750;
}
.BgClassName
{
background-color: #C3D750;
}
</style>
border-color css
<style>
span { border-color: #C3D750; }
span { border-color: rgb(195,215,80); }
td.TdClassName
{
border-color: #C3D750;
}
.TagClassName
{
border-color: #C3D750;
}
</style>