Shades of Mindaro #D8F67E
Tints of Mindaro #D8F67E
RGB
CMYK
RGB Variations
Color information
#D8F67E (or 0xD8F67E) is known color: Mindaro. HEX triplet: D8, F6 and 7E. RGB value is (216,246,126). Sum of RGB (Red+Green+Blue) = 216+246+126=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F67E is #270981. Grayscale: #DFDFDF. Windows color (decimal): -2558338 or 8320728. OLE color: 8320728.
HSL color Cylindrical-coordinate representation of color #D8F67E: hue angle of 75º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8F67E is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 246 | 126 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.04 |
| HSL | 75º | 0.87% | 0.73% | - |
| HSV(B) | 75º | 0.49% | 0.96% | - |
| XYZ | 65.04 | 82.02 | 32.14 | - |
| YUV | 223.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 246 | 126 | 0.12 | 0 | 0.49 | 0.04 | 75 | 0.87 | 0.73 |
| Hex | D8 | F6 | 7E | C | 0 | 31 | 4 | 4B | 57 | 49 |
| Octal | 330 | 366 | 176 | 14 | 0 | 61 | 4 | 113 | 127 | 111 |
| Binary | 11011000 | 11110110 | 1111110 | 1100 | 0 | 110001 | 100 | 1001011 | 1010111 | 1001001 |
Color Harmonies of #D8F67E
Complementary color
Monochromatic Colors of #D8F67E
Black with #D8F67E
Text Example
Text Example
White with #D8F67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F67E; }
p { color: rgb(216,246,126); }
H1.HeaderClassName
{
color: #D8F67E;
}
.AnyTagClassName
{
color: #D8F67E;
}
</style>
background-color css
<style>
a { background-color: #D8F67E; }
a { background-color: rgb(216,246,126); }
div.DivClassName
{
background-color: #D8F67E;
}
.BgClassName
{
background-color: #D8F67E;
}
</style>
border-color css
<style>
span { border-color: #D8F67E; }
span { border-color: rgb(216,246,126); }
td.TdClassName
{
border-color: #D8F67E;
}
.TagClassName
{
border-color: #D8F67E;
}
</style>