Shades of Mindaro #D0E75F
Tints of Mindaro #D0E75F
RGB
CMYK
RGB Variations
Color information
#D0E75F (or 0xD0E75F) is known color: Mindaro. HEX triplet: D0, E7 and 5F. RGB value is (208,231,95). Sum of RGB (Red+Green+Blue) = 208+231+95=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 95 (37.5% from 255 or 17.79% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E75F is #2F18A0. Grayscale: #D1D1D1. Windows color (decimal): -3086497 or 6285264. OLE color: 6285264.
HSL color Cylindrical-coordinate representation of color #D0E75F: hue angle of 70.15º degrees, saturation: 0.74, 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 #D0E75F is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 95 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.09 |
| HSL | 70.15º | 0.74% | 0.64% | - |
| HSV(B) | 70.15º | 0.59% | 0.91% | - |
| XYZ | 56.65 | 71.39 | 21.62 | - |
| YUV | 208.62 | 63.88 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 95 | 0.10 | 0 | 0.59 | 0.09 | 70.15 | 0.74 | 0.64 |
| Hex | D0 | E7 | 5F | A | 0 | 3B | 9 | 46 | 4A | 40 |
| Octal | 320 | 347 | 137 | 12 | 0 | 73 | 11 | 106 | 112 | 100 |
| Binary | 11010000 | 11100111 | 1011111 | 1010 | 0 | 111011 | 1001 | 1000110 | 1001010 | 1000000 |
Color Harmonies of #D0E75F
Complementary color
Monochromatic Colors of #D0E75F
Black with #D0E75F
Text Example
Text Example
White with #D0E75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E75F; }
p { color: rgb(208,231,95); }
H1.HeaderClassName
{
color: #D0E75F;
}
.AnyTagClassName
{
color: #D0E75F;
}
</style>
background-color css
<style>
a { background-color: #D0E75F; }
a { background-color: rgb(208,231,95); }
div.DivClassName
{
background-color: #D0E75F;
}
.BgClassName
{
background-color: #D0E75F;
}
</style>
border-color css
<style>
span { border-color: #D0E75F; }
span { border-color: rgb(208,231,95); }
td.TdClassName
{
border-color: #D0E75F;
}
.TagClassName
{
border-color: #D0E75F;
}
</style>