Shades of Mindaro #D9F460
Tints of Mindaro #D9F460
RGB
CMYK
RGB Variations
Color information
#D9F460 (or 0xD9F460) is known color: Mindaro. HEX triplet: D9, F4 and 60. RGB value is (217,244,96). Sum of RGB (Red+Green+Blue) = 217+244+96=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F460 is #260B9F. Grayscale: #DBDBDB. Windows color (decimal): -2493344 or 6354137. OLE color: 6354137.
HSL color Cylindrical-coordinate representation of color #D9F460: hue angle of 70.95º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9F460 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 96 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.04 |
| HSL | 70.95º | 0.87% | 0.67% | - |
| HSV(B) | 70.95º | 0.61% | 0.96% | - |
| XYZ | 63.08 | 80.3 | 23.24 | - |
| YUV | 219.06 | 58.55 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 96 | 0.11 | 0 | 0.61 | 0.04 | 70.95 | 0.87 | 0.67 |
| Hex | D9 | F4 | 60 | B | 0 | 3D | 4 | 47 | 57 | 43 |
| Octal | 331 | 364 | 140 | 13 | 0 | 75 | 4 | 107 | 127 | 103 |
| Binary | 11011001 | 11110100 | 1100000 | 1011 | 0 | 111101 | 100 | 1000111 | 1010111 | 1000011 |
Color Harmonies of #D9F460
Complementary color
Monochromatic Colors of #D9F460
Black with #D9F460
Text Example
Text Example
White with #D9F460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F460; }
p { color: rgb(217,244,96); }
H1.HeaderClassName
{
color: #D9F460;
}
.AnyTagClassName
{
color: #D9F460;
}
</style>
background-color css
<style>
a { background-color: #D9F460; }
a { background-color: rgb(217,244,96); }
div.DivClassName
{
background-color: #D9F460;
}
.BgClassName
{
background-color: #D9F460;
}
</style>
border-color css
<style>
span { border-color: #D9F460; }
span { border-color: rgb(217,244,96); }
td.TdClassName
{
border-color: #D9F460;
}
.TagClassName
{
border-color: #D9F460;
}
</style>