Shades of Mindaro #D7E95F
Tints of Mindaro #D7E95F
RGB
CMYK
RGB Variations
Color information
#D7E95F (or 0xD7E95F) is known color: Mindaro. HEX triplet: D7, E9 and 5F. RGB value is (215,233,95). Sum of RGB (Red+Green+Blue) = 215+233+95=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E95F is #2816A0. Grayscale: #D4D4D4. Windows color (decimal): -2627233 or 6285783. OLE color: 6285783.
HSL color Cylindrical-coordinate representation of color #D7E95F: hue angle of 67.83º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7E95F is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 233 | 95 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.09 |
| HSL | 67.83º | 0.76% | 0.64% | - |
| HSV(B) | 67.83º | 0.59% | 0.91% | - |
| XYZ | 59.23 | 73.55 | 21.9 | - |
| YUV | 211.89 | 62.04 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 233 | 95 | 0.08 | 0 | 0.59 | 0.09 | 67.83 | 0.76 | 0.64 |
| Hex | D7 | E9 | 5F | 8 | 0 | 3B | 9 | 44 | 4C | 40 |
| Octal | 327 | 351 | 137 | 10 | 0 | 73 | 11 | 104 | 114 | 100 |
| Binary | 11010111 | 11101001 | 1011111 | 1000 | 0 | 111011 | 1001 | 1000100 | 1001100 | 1000000 |
Color Harmonies of #D7E95F
Complementary color
Monochromatic Colors of #D7E95F
Black with #D7E95F
Text Example
Text Example
White with #D7E95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E95F; }
p { color: rgb(215,233,95); }
H1.HeaderClassName
{
color: #D7E95F;
}
.AnyTagClassName
{
color: #D7E95F;
}
</style>
background-color css
<style>
a { background-color: #D7E95F; }
a { background-color: rgb(215,233,95); }
div.DivClassName
{
background-color: #D7E95F;
}
.BgClassName
{
background-color: #D7E95F;
}
</style>
border-color css
<style>
span { border-color: #D7E95F; }
span { border-color: rgb(215,233,95); }
td.TdClassName
{
border-color: #D7E95F;
}
.TagClassName
{
border-color: #D7E95F;
}
</style>