Shades of Mindaro #D9F870
Tints of Mindaro #D9F870
RGB
CMYK
RGB Variations
Color information
#D9F870 (or 0xD9F870) is known color: Mindaro. HEX triplet: D9, F8 and 70. RGB value is (217,248,112). Sum of RGB (Red+Green+Blue) = 217+248+112=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F870 is #26078F. Grayscale: #DFDFDF. Windows color (decimal): -2492304 or 7403737. OLE color: 7403737.
HSL color Cylindrical-coordinate representation of color #D9F870: hue angle of 73.68º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9F870 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 248 | 112 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.03 |
| HSL | 73.68º | 0.91% | 0.71% | - |
| HSV(B) | 73.68º | 0.55% | 0.97% | - |
| XYZ | 65.11 | 83.06 | 27.93 | - |
| YUV | 223.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 248 | 112 | 0.12 | 0 | 0.55 | 0.03 | 73.68 | 0.91 | 0.71 |
| Hex | D9 | F8 | 70 | C | 0 | 37 | 3 | 4A | 5B | 47 |
| Octal | 331 | 370 | 160 | 14 | 0 | 67 | 3 | 112 | 133 | 107 |
| Binary | 11011001 | 11111000 | 1110000 | 1100 | 0 | 110111 | 11 | 1001010 | 1011011 | 1000111 |
Color Harmonies of #D9F870
Complementary color
Monochromatic Colors of #D9F870
Black with #D9F870
Text Example
Text Example
White with #D9F870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F870; }
p { color: rgb(217,248,112); }
H1.HeaderClassName
{
color: #D9F870;
}
.AnyTagClassName
{
color: #D9F870;
}
</style>
background-color css
<style>
a { background-color: #D9F870; }
a { background-color: rgb(217,248,112); }
div.DivClassName
{
background-color: #D9F870;
}
.BgClassName
{
background-color: #D9F870;
}
</style>
border-color css
<style>
span { border-color: #D9F870; }
span { border-color: rgb(217,248,112); }
td.TdClassName
{
border-color: #D9F870;
}
.TagClassName
{
border-color: #D9F870;
}
</style>