Shades of Mindaro #D9F07A
Tints of Mindaro #D9F07A
RGB
CMYK
RGB Variations
Color information
#D9F07A (or 0xD9F07A) is known color: Mindaro. HEX triplet: D9, F0 and 7A. RGB value is (217,240,122). Sum of RGB (Red+Green+Blue) = 217+240+122=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F07A is #260F85. Grayscale: #DCDCDC. Windows color (decimal): -2494342 or 8057049. OLE color: 8057049.
HSL color Cylindrical-coordinate representation of color #D9F07A: hue angle of 71.69º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9F07A is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 122 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.06 |
| HSL | 71.69º | 0.8% | 0.71% | - |
| HSV(B) | 71.69º | 0.49% | 0.94% | - |
| XYZ | 63.29 | 78.48 | 30.22 | - |
| YUV | 219.67 | 72.88 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 122 | 0.10 | 0 | 0.49 | 0.06 | 71.69 | 0.8 | 0.71 |
| Hex | D9 | F0 | 7A | A | 0 | 31 | 6 | 48 | 50 | 47 |
| Octal | 331 | 360 | 172 | 12 | 0 | 61 | 6 | 110 | 120 | 107 |
| Binary | 11011001 | 11110000 | 1111010 | 1010 | 0 | 110001 | 110 | 1001000 | 1010000 | 1000111 |
Color Harmonies of #D9F07A
Complementary color
Monochromatic Colors of #D9F07A
Black with #D9F07A
Text Example
Text Example
White with #D9F07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F07A; }
p { color: rgb(217,240,122); }
H1.HeaderClassName
{
color: #D9F07A;
}
.AnyTagClassName
{
color: #D9F07A;
}
</style>
background-color css
<style>
a { background-color: #D9F07A; }
a { background-color: rgb(217,240,122); }
div.DivClassName
{
background-color: #D9F07A;
}
.BgClassName
{
background-color: #D9F07A;
}
</style>
border-color css
<style>
span { border-color: #D9F07A; }
span { border-color: rgb(217,240,122); }
td.TdClassName
{
border-color: #D9F07A;
}
.TagClassName
{
border-color: #D9F07A;
}
</style>