Shades of Mindaro #D9F17F
Tints of Mindaro #D9F17F
RGB
CMYK
RGB Variations
Color information
#D9F17F (or 0xD9F17F) is known color: Mindaro. HEX triplet: D9, F1 and 7F. RGB value is (217,241,127). Sum of RGB (Red+Green+Blue) = 217+241+127=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F17F is #260E80. Grayscale: #DDDDDD. Windows color (decimal): -2494081 or 8384985. OLE color: 8384985.
HSL color Cylindrical-coordinate representation of color #D9F17F: hue angle of 72.63º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9F17F is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 127 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.05 |
| HSL | 72.63º | 0.8% | 0.72% | - |
| HSV(B) | 72.63º | 0.47% | 0.95% | - |
| XYZ | 63.9 | 79.19 | 32 | - |
| YUV | 220.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 127 | 0.10 | 0 | 0.47 | 0.05 | 72.63 | 0.8 | 0.72 |
| Hex | D9 | F1 | 7F | A | 0 | 2F | 5 | 49 | 50 | 48 |
| Octal | 331 | 361 | 177 | 12 | 0 | 57 | 5 | 111 | 120 | 110 |
| Binary | 11011001 | 11110001 | 1111111 | 1010 | 0 | 101111 | 101 | 1001001 | 1010000 | 1001000 |
Color Harmonies of #D9F17F
Complementary color
Monochromatic Colors of #D9F17F
Black with #D9F17F
Text Example
Text Example
White with #D9F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F17F; }
p { color: rgb(217,241,127); }
H1.HeaderClassName
{
color: #D9F17F;
}
.AnyTagClassName
{
color: #D9F17F;
}
</style>
background-color css
<style>
a { background-color: #D9F17F; }
a { background-color: rgb(217,241,127); }
div.DivClassName
{
background-color: #D9F17F;
}
.BgClassName
{
background-color: #D9F17F;
}
</style>
border-color css
<style>
span { border-color: #D9F17F; }
span { border-color: rgb(217,241,127); }
td.TdClassName
{
border-color: #D9F17F;
}
.TagClassName
{
border-color: #D9F17F;
}
</style>