Shades of Mindaro #D8FA6E
Tints of Mindaro #D8FA6E
RGB
CMYK
RGB Variations
Color information
#D8FA6E (or 0xD8FA6E) is known color: Mindaro. HEX triplet: D8, FA and 6E. RGB value is (216,250,110). Sum of RGB (Red+Green+Blue) = 216+250+110=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 110 (43.36% from 255 or 19.10% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FA6E is #270591. Grayscale: #E0E0E0. Windows color (decimal): -2557330 or 7273176. OLE color: 7273176.
HSL color Cylindrical-coordinate representation of color #D8FA6E: hue angle of 74.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8FA6E is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 110 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.02 |
| HSL | 74.57º | 0.93% | 0.71% | - |
| HSV(B) | 74.57º | 0.56% | 0.98% | - |
| XYZ | 65.32 | 84.1 | 27.54 | - |
| YUV | 223.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 110 | 0.14 | 0 | 0.56 | 0.02 | 74.57 | 0.93 | 0.71 |
| Hex | D8 | FA | 6E | E | 0 | 38 | 2 | 4B | 5D | 47 |
| Octal | 330 | 372 | 156 | 16 | 0 | 70 | 2 | 113 | 135 | 107 |
| Binary | 11011000 | 11111010 | 1101110 | 1110 | 0 | 111000 | 10 | 1001011 | 1011101 | 1000111 |
Color Harmonies of #D8FA6E
Complementary color
Monochromatic Colors of #D8FA6E
Black with #D8FA6E
Text Example
Text Example
White with #D8FA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FA6E; }
p { color: rgb(216,250,110); }
H1.HeaderClassName
{
color: #D8FA6E;
}
.AnyTagClassName
{
color: #D8FA6E;
}
</style>
background-color css
<style>
a { background-color: #D8FA6E; }
a { background-color: rgb(216,250,110); }
div.DivClassName
{
background-color: #D8FA6E;
}
.BgClassName
{
background-color: #D8FA6E;
}
</style>
border-color css
<style>
span { border-color: #D8FA6E; }
span { border-color: rgb(216,250,110); }
td.TdClassName
{
border-color: #D8FA6E;
}
.TagClassName
{
border-color: #D8FA6E;
}
</style>