Shades of Mindaro #D8E27D
Tints of Mindaro #D8E27D
RGB
CMYK
RGB Variations
Color information
#D8E27D (or 0xD8E27D) is known color: Mindaro. HEX triplet: D8, E2 and 7D. RGB value is (216,226,125). Sum of RGB (Red+Green+Blue) = 216+226+125=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E27D is #271D82. Grayscale: #D3D3D3. Windows color (decimal): -2563459 or 8250072. OLE color: 8250072.
HSL color Cylindrical-coordinate representation of color #D8E27D: hue angle of 65.94º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8E27D is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 226 | 125 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.11 |
| HSL | 65.94º | 0.64% | 0.69% | - |
| HSV(B) | 65.94º | 0.45% | 0.89% | - |
| XYZ | 59.22 | 70.47 | 29.88 | - |
| YUV | 211.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 125 | 0.04 | 0 | 0.45 | 0.11 | 65.94 | 0.64 | 0.69 |
| Hex | D8 | E2 | 7D | 4 | 0 | 2D | B | 42 | 40 | 45 |
| Octal | 330 | 342 | 175 | 4 | 0 | 55 | 13 | 102 | 100 | 105 |
| Binary | 11011000 | 11100010 | 1111101 | 100 | 0 | 101101 | 1011 | 1000010 | 1000000 | 1000101 |
Color Harmonies of #D8E27D
Complementary color
Monochromatic Colors of #D8E27D
Black with #D8E27D
Text Example
Text Example
White with #D8E27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E27D; }
p { color: rgb(216,226,125); }
H1.HeaderClassName
{
color: #D8E27D;
}
.AnyTagClassName
{
color: #D8E27D;
}
</style>
background-color css
<style>
a { background-color: #D8E27D; }
a { background-color: rgb(216,226,125); }
div.DivClassName
{
background-color: #D8E27D;
}
.BgClassName
{
background-color: #D8E27D;
}
</style>
border-color css
<style>
span { border-color: #D8E27D; }
span { border-color: rgb(216,226,125); }
td.TdClassName
{
border-color: #D8E27D;
}
.TagClassName
{
border-color: #D8E27D;
}
</style>