Shades of Mindaro #D9F084
Tints of Mindaro #D9F084
RGB
CMYK
RGB Variations
Color information
#D9F084 (or 0xD9F084) is known color: Mindaro. HEX triplet: D9, F0 and 84. RGB value is (217,240,132). Sum of RGB (Red+Green+Blue) = 217+240+132=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F084 is #260F7B. Grayscale: #DDDDDD. Windows color (decimal): -2494332 or 8712409. OLE color: 8712409.
HSL color Cylindrical-coordinate representation of color #D9F084: hue angle of 72.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9F084 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 132 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.06 |
| HSL | 72.78º | 0.78% | 0.73% | - |
| HSV(B) | 72.78º | 0.45% | 0.94% | - |
| XYZ | 63.94 | 78.74 | 33.66 | - |
| YUV | 220.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 132 | 0.10 | 0 | 0.45 | 0.06 | 72.78 | 0.78 | 0.73 |
| Hex | D9 | F0 | 84 | A | 0 | 2D | 6 | 49 | 4E | 49 |
| Octal | 331 | 360 | 204 | 12 | 0 | 55 | 6 | 111 | 116 | 111 |
| Binary | 11011001 | 11110000 | 10000100 | 1010 | 0 | 101101 | 110 | 1001001 | 1001110 | 1001001 |
Color Harmonies of #D9F084
Complementary color
Monochromatic Colors of #D9F084
Black with #D9F084
Text Example
Text Example
White with #D9F084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F084; }
p { color: rgb(217,240,132); }
H1.HeaderClassName
{
color: #D9F084;
}
.AnyTagClassName
{
color: #D9F084;
}
</style>
background-color css
<style>
a { background-color: #D9F084; }
a { background-color: rgb(217,240,132); }
div.DivClassName
{
background-color: #D9F084;
}
.BgClassName
{
background-color: #D9F084;
}
</style>
border-color css
<style>
span { border-color: #D9F084; }
span { border-color: rgb(217,240,132); }
td.TdClassName
{
border-color: #D9F084;
}
.TagClassName
{
border-color: #D9F084;
}
</style>