Shades of Mindaro #D9F160
Tints of Mindaro #D9F160
RGB
CMYK
RGB Variations
Color information
#D9F160 (or 0xD9F160) is known color: Mindaro. HEX triplet: D9, F1 and 60. RGB value is (217,241,96). Sum of RGB (Red+Green+Blue) = 217+241+96=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F160 is #260E9F. Grayscale: #D9D9D9. Windows color (decimal): -2494112 or 6353369. OLE color: 6353369.
HSL color Cylindrical-coordinate representation of color #D9F160: hue angle of 69.93º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9F160 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 96 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.05 |
| HSL | 69.93º | 0.84% | 0.66% | - |
| HSV(B) | 69.93º | 0.6% | 0.95% | - |
| XYZ | 62.18 | 78.51 | 22.94 | - |
| YUV | 217.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 96 | 0.10 | 0 | 0.60 | 0.05 | 69.93 | 0.84 | 0.66 |
| Hex | D9 | F1 | 60 | A | 0 | 3C | 5 | 46 | 54 | 42 |
| Octal | 331 | 361 | 140 | 12 | 0 | 74 | 5 | 106 | 124 | 102 |
| Binary | 11011001 | 11110001 | 1100000 | 1010 | 0 | 111100 | 101 | 1000110 | 1010100 | 1000010 |
Color Harmonies of #D9F160
Complementary color
Monochromatic Colors of #D9F160
Black with #D9F160
Text Example
Text Example
White with #D9F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F160; }
p { color: rgb(217,241,96); }
H1.HeaderClassName
{
color: #D9F160;
}
.AnyTagClassName
{
color: #D9F160;
}
</style>
background-color css
<style>
a { background-color: #D9F160; }
a { background-color: rgb(217,241,96); }
div.DivClassName
{
background-color: #D9F160;
}
.BgClassName
{
background-color: #D9F160;
}
</style>
border-color css
<style>
span { border-color: #D9F160; }
span { border-color: rgb(217,241,96); }
td.TdClassName
{
border-color: #D9F160;
}
.TagClassName
{
border-color: #D9F160;
}
</style>