Shades of Mindaro #D8E37A
Tints of Mindaro #D8E37A
RGB
CMYK
RGB Variations
Color information
#D8E37A (or 0xD8E37A) is known color: Mindaro. HEX triplet: D8, E3 and 7A. RGB value is (216,227,122). Sum of RGB (Red+Green+Blue) = 216+227+122=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E37A is #271C85. Grayscale: #D4D4D4. Windows color (decimal): -2563206 or 8053720. OLE color: 8053720.
HSL color Cylindrical-coordinate representation of color #D8E37A: hue angle of 66.29º degrees, saturation: 0.65, 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 #D8E37A is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 227 | 122 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.11 |
| HSL | 66.29º | 0.65% | 0.68% | - |
| HSV(B) | 66.29º | 0.46% | 0.89% | - |
| XYZ | 59.3 | 70.94 | 28.98 | - |
| YUV | 211.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 227 | 122 | 0.05 | 0 | 0.46 | 0.11 | 66.29 | 0.65 | 0.68 |
| Hex | D8 | E3 | 7A | 5 | 0 | 2E | B | 42 | 41 | 44 |
| Octal | 330 | 343 | 172 | 5 | 0 | 56 | 13 | 102 | 101 | 104 |
| Binary | 11011000 | 11100011 | 1111010 | 101 | 0 | 101110 | 1011 | 1000010 | 1000001 | 1000100 |
Color Harmonies of #D8E37A
Complementary color
Monochromatic Colors of #D8E37A
Black with #D8E37A
Text Example
Text Example
White with #D8E37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E37A; }
p { color: rgb(216,227,122); }
H1.HeaderClassName
{
color: #D8E37A;
}
.AnyTagClassName
{
color: #D8E37A;
}
</style>
background-color css
<style>
a { background-color: #D8E37A; }
a { background-color: rgb(216,227,122); }
div.DivClassName
{
background-color: #D8E37A;
}
.BgClassName
{
background-color: #D8E37A;
}
</style>
border-color css
<style>
span { border-color: #D8E37A; }
span { border-color: rgb(216,227,122); }
td.TdClassName
{
border-color: #D8E37A;
}
.TagClassName
{
border-color: #D8E37A;
}
</style>