Shades of Mindaro #D9F07C
Tints of Mindaro #D9F07C
RGB
CMYK
RGB Variations
Color information
#D9F07C (or 0xD9F07C) is known color: Mindaro. HEX triplet: D9, F0 and 7C. RGB value is (217,240,124). Sum of RGB (Red+Green+Blue) = 217+240+124=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F07C is #260F83. Grayscale: #DCDCDC. Windows color (decimal): -2494340 or 8188121. OLE color: 8188121.
HSL color Cylindrical-coordinate representation of color #D9F07C: hue angle of 71.9º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9F07C is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 124 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.06 |
| HSL | 71.9º | 0.79% | 0.71% | - |
| HSV(B) | 71.9º | 0.48% | 0.94% | - |
| XYZ | 63.41 | 78.53 | 30.88 | - |
| YUV | 219.9 | 73.88 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 124 | 0.10 | 0 | 0.48 | 0.06 | 71.9 | 0.79 | 0.71 |
| Hex | D9 | F0 | 7C | A | 0 | 30 | 6 | 48 | 4F | 47 |
| Octal | 331 | 360 | 174 | 12 | 0 | 60 | 6 | 110 | 117 | 107 |
| Binary | 11011001 | 11110000 | 1111100 | 1010 | 0 | 110000 | 110 | 1001000 | 1001111 | 1000111 |
Color Harmonies of #D9F07C
Complementary color
Monochromatic Colors of #D9F07C
Black with #D9F07C
Text Example
Text Example
White with #D9F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F07C; }
p { color: rgb(217,240,124); }
H1.HeaderClassName
{
color: #D9F07C;
}
.AnyTagClassName
{
color: #D9F07C;
}
</style>
background-color css
<style>
a { background-color: #D9F07C; }
a { background-color: rgb(217,240,124); }
div.DivClassName
{
background-color: #D9F07C;
}
.BgClassName
{
background-color: #D9F07C;
}
</style>
border-color css
<style>
span { border-color: #D9F07C; }
span { border-color: rgb(217,240,124); }
td.TdClassName
{
border-color: #D9F07C;
}
.TagClassName
{
border-color: #D9F07C;
}
</style>