Shades of Mindaro #D8E67D
Tints of Mindaro #D8E67D
RGB
CMYK
RGB Variations
Color information
#D8E67D (or 0xD8E67D) is known color: Mindaro. HEX triplet: D8, E6 and 7D. RGB value is (216,230,125). Sum of RGB (Red+Green+Blue) = 216+230+125=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #D8E67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E67D is #271982. Grayscale: #D6D6D6. Windows color (decimal): -2562435 or 8251096. OLE color: 8251096.
HSL color Cylindrical-coordinate representation of color #D8E67D: hue angle of 68º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8E67D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 230 | 125 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.10 |
| HSL | 68º | 0.68% | 0.7% | - |
| HSV(B) | 68º | 0.46% | 0.9% | - |
| XYZ | 60.32 | 72.67 | 30.25 | - |
| YUV | 213.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 230 | 125 | 0.06 | 0 | 0.46 | 0.10 | 68 | 0.68 | 0.7 |
| Hex | D8 | E6 | 7D | 6 | 0 | 2E | A | 44 | 44 | 46 |
| Octal | 330 | 346 | 175 | 6 | 0 | 56 | 12 | 104 | 104 | 106 |
| Binary | 11011000 | 11100110 | 1111101 | 110 | 0 | 101110 | 1010 | 1000100 | 1000100 | 1000110 |
Color Harmonies of #D8E67D
Complementary color
Monochromatic Colors of #D8E67D
Black with #D8E67D
Text Example
Text Example
White with #D8E67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E67D; }
p { color: rgb(216,230,125); }
H1.HeaderClassName
{
color: #D8E67D;
}
.AnyTagClassName
{
color: #D8E67D;
}
</style>
background-color css
<style>
a { background-color: #D8E67D; }
a { background-color: rgb(216,230,125); }
div.DivClassName
{
background-color: #D8E67D;
}
.BgClassName
{
background-color: #D8E67D;
}
</style>
border-color css
<style>
span { border-color: #D8E67D; }
span { border-color: rgb(216,230,125); }
td.TdClassName
{
border-color: #D8E67D;
}
.TagClassName
{
border-color: #D8E67D;
}
</style>