Shades of Mindaro #D8E27A
Tints of Mindaro #D8E27A
RGB
CMYK
RGB Variations
Color information
#D8E27A (or 0xD8E27A) is known color: Mindaro. HEX triplet: D8, E2 and 7A. RGB value is (216,226,122). Sum of RGB (Red+Green+Blue) = 216+226+122=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E27A is #271D85. Grayscale: #D3D3D3. Windows color (decimal): -2563462 or 8053464. OLE color: 8053464.
HSL color Cylindrical-coordinate representation of color #D8E27A: hue angle of 65.77º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8E27A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 226 | 122 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.11 |
| HSL | 65.77º | 0.64% | 0.68% | - |
| HSV(B) | 65.77º | 0.46% | 0.89% | - |
| XYZ | 59.03 | 70.4 | 28.89 | - |
| YUV | 211.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 122 | 0.04 | 0 | 0.46 | 0.11 | 65.77 | 0.64 | 0.68 |
| Hex | D8 | E2 | 7A | 4 | 0 | 2E | B | 42 | 40 | 44 |
| Octal | 330 | 342 | 172 | 4 | 0 | 56 | 13 | 102 | 100 | 104 |
| Binary | 11011000 | 11100010 | 1111010 | 100 | 0 | 101110 | 1011 | 1000010 | 1000000 | 1000100 |
Color Harmonies of #D8E27A
Complementary color
Monochromatic Colors of #D8E27A
Black with #D8E27A
Text Example
Text Example
White with #D8E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E27A; }
p { color: rgb(216,226,122); }
H1.HeaderClassName
{
color: #D8E27A;
}
.AnyTagClassName
{
color: #D8E27A;
}
</style>
background-color css
<style>
a { background-color: #D8E27A; }
a { background-color: rgb(216,226,122); }
div.DivClassName
{
background-color: #D8E27A;
}
.BgClassName
{
background-color: #D8E27A;
}
</style>
border-color css
<style>
span { border-color: #D8E27A; }
span { border-color: rgb(216,226,122); }
td.TdClassName
{
border-color: #D8E27A;
}
.TagClassName
{
border-color: #D8E27A;
}
</style>