Shades of Mindaro #D9E35F
Tints of Mindaro #D9E35F
RGB
CMYK
RGB Variations
Color information
#D9E35F (or 0xD9E35F) is known color: Mindaro. HEX triplet: D9, E3 and 5F. RGB value is (217,227,95). Sum of RGB (Red+Green+Blue) = 217+227+95=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E35F is #261CA0. Grayscale: #D1D1D1. Windows color (decimal): -2497697 or 6284249. OLE color: 6284249.
HSL color Cylindrical-coordinate representation of color #D9E35F: hue angle of 64.55º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9E35F is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 95 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.11 |
| HSL | 64.55º | 0.7% | 0.63% | - |
| HSV(B) | 64.55º | 0.58% | 0.89% | - |
| XYZ | 58.15 | 70.52 | 21.37 | - |
| YUV | 208.96 | 63.69 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 95 | 0.04 | 0 | 0.58 | 0.11 | 64.55 | 0.7 | 0.63 |
| Hex | D9 | E3 | 5F | 4 | 0 | 3A | B | 41 | 46 | 3F |
| Octal | 331 | 343 | 137 | 4 | 0 | 72 | 13 | 101 | 106 | 77 |
| Binary | 11011001 | 11100011 | 1011111 | 100 | 0 | 111010 | 1011 | 1000001 | 1000110 | 111111 |
Color Harmonies of #D9E35F
Complementary color
Monochromatic Colors of #D9E35F
Black with #D9E35F
Text Example
Text Example
White with #D9E35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E35F; }
p { color: rgb(217,227,95); }
H1.HeaderClassName
{
color: #D9E35F;
}
.AnyTagClassName
{
color: #D9E35F;
}
</style>
background-color css
<style>
a { background-color: #D9E35F; }
a { background-color: rgb(217,227,95); }
div.DivClassName
{
background-color: #D9E35F;
}
.BgClassName
{
background-color: #D9E35F;
}
</style>
border-color css
<style>
span { border-color: #D9E35F; }
span { border-color: rgb(217,227,95); }
td.TdClassName
{
border-color: #D9E35F;
}
.TagClassName
{
border-color: #D9E35F;
}
</style>