Shades of Mindaro #D9F86F
Tints of Mindaro #D9F86F
RGB
CMYK
RGB Variations
Color information
#D9F86F (or 0xD9F86F) is known color: Mindaro. HEX triplet: D9, F8 and 6F. RGB value is (217,248,111). Sum of RGB (Red+Green+Blue) = 217+248+111=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 111 (43.75% from 255 or 19.27% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F86F is #260790. Grayscale: #DFDFDF. Windows color (decimal): -2492305 or 7338201. OLE color: 7338201.
HSL color Cylindrical-coordinate representation of color #D9F86F: hue angle of 73.58º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9F86F is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 248 | 111 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.03 |
| HSL | 73.58º | 0.91% | 0.7% | - |
| HSV(B) | 73.58º | 0.55% | 0.97% | - |
| XYZ | 65.05 | 83.03 | 27.64 | - |
| YUV | 223.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 248 | 111 | 0.12 | 0 | 0.55 | 0.03 | 73.58 | 0.91 | 0.7 |
| Hex | D9 | F8 | 6F | C | 0 | 37 | 3 | 4A | 5B | 46 |
| Octal | 331 | 370 | 157 | 14 | 0 | 67 | 3 | 112 | 133 | 106 |
| Binary | 11011001 | 11111000 | 1101111 | 1100 | 0 | 110111 | 11 | 1001010 | 1011011 | 1000110 |
Color Harmonies of #D9F86F
Complementary color
Monochromatic Colors of #D9F86F
Black with #D9F86F
Text Example
Text Example
White with #D9F86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F86F; }
p { color: rgb(217,248,111); }
H1.HeaderClassName
{
color: #D9F86F;
}
.AnyTagClassName
{
color: #D9F86F;
}
</style>
background-color css
<style>
a { background-color: #D9F86F; }
a { background-color: rgb(217,248,111); }
div.DivClassName
{
background-color: #D9F86F;
}
.BgClassName
{
background-color: #D9F86F;
}
</style>
border-color css
<style>
span { border-color: #D9F86F; }
span { border-color: rgb(217,248,111); }
td.TdClassName
{
border-color: #D9F86F;
}
.TagClassName
{
border-color: #D9F86F;
}
</style>