Shades of Mindaro #D9F075
Tints of Mindaro #D9F075
RGB
CMYK
RGB Variations
Color information
#D9F075 (or 0xD9F075) is known color: Mindaro. HEX triplet: D9, F0 and 75. RGB value is (217,240,117). Sum of RGB (Red+Green+Blue) = 217+240+117=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F075 is #260F8A. Grayscale: #DBDBDB. Windows color (decimal): -2494347 or 7729369. OLE color: 7729369.
HSL color Cylindrical-coordinate representation of color #D9F075: hue angle of 71.22º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9F075 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 117 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.06 |
| HSL | 71.22º | 0.8% | 0.7% | - |
| HSV(B) | 71.22º | 0.51% | 0.94% | - |
| XYZ | 62.99 | 78.36 | 28.63 | - |
| YUV | 219.1 | 70.38 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 117 | 0.10 | 0 | 0.51 | 0.06 | 71.22 | 0.8 | 0.7 |
| Hex | D9 | F0 | 75 | A | 0 | 33 | 6 | 47 | 50 | 46 |
| Octal | 331 | 360 | 165 | 12 | 0 | 63 | 6 | 107 | 120 | 106 |
| Binary | 11011001 | 11110000 | 1110101 | 1010 | 0 | 110011 | 110 | 1000111 | 1010000 | 1000110 |
Color Harmonies of #D9F075
Complementary color
Monochromatic Colors of #D9F075
Black with #D9F075
Text Example
Text Example
White with #D9F075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F075; }
p { color: rgb(217,240,117); }
H1.HeaderClassName
{
color: #D9F075;
}
.AnyTagClassName
{
color: #D9F075;
}
</style>
background-color css
<style>
a { background-color: #D9F075; }
a { background-color: rgb(217,240,117); }
div.DivClassName
{
background-color: #D9F075;
}
.BgClassName
{
background-color: #D9F075;
}
</style>
border-color css
<style>
span { border-color: #D9F075; }
span { border-color: rgb(217,240,117); }
td.TdClassName
{
border-color: #D9F075;
}
.TagClassName
{
border-color: #D9F075;
}
</style>