Shades of Mindaro #D4E370
Tints of Mindaro #D4E370
RGB
CMYK
RGB Variations
Color information
#D4E370 (or 0xD4E370) is known color: Mindaro. HEX triplet: D4, E3 and 70. RGB value is (212,227,112). Sum of RGB (Red+Green+Blue) = 212+227+112=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E370 is #2B1C8F. Grayscale: #D1D1D1. Windows color (decimal): -2825360 or 7398356. OLE color: 7398356.
HSL color Cylindrical-coordinate representation of color #D4E370: hue angle of 67.83º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4E370 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 227 | 112 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.11 |
| HSL | 67.83º | 0.67% | 0.66% | - |
| HSV(B) | 67.83º | 0.51% | 0.89% | - |
| XYZ | 57.55 | 70.11 | 25.83 | - |
| YUV | 209.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 227 | 112 | 0.07 | 0 | 0.51 | 0.11 | 67.83 | 0.67 | 0.66 |
| Hex | D4 | E3 | 70 | 7 | 0 | 33 | B | 44 | 43 | 42 |
| Octal | 324 | 343 | 160 | 7 | 0 | 63 | 13 | 104 | 103 | 102 |
| Binary | 11010100 | 11100011 | 1110000 | 111 | 0 | 110011 | 1011 | 1000100 | 1000011 | 1000010 |
Color Harmonies of #D4E370
Complementary color
Monochromatic Colors of #D4E370
Black with #D4E370
Text Example
Text Example
White with #D4E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E370; }
p { color: rgb(212,227,112); }
H1.HeaderClassName
{
color: #D4E370;
}
.AnyTagClassName
{
color: #D4E370;
}
</style>
background-color css
<style>
a { background-color: #D4E370; }
a { background-color: rgb(212,227,112); }
div.DivClassName
{
background-color: #D4E370;
}
.BgClassName
{
background-color: #D4E370;
}
</style>
border-color css
<style>
span { border-color: #D4E370; }
span { border-color: rgb(212,227,112); }
td.TdClassName
{
border-color: #D4E370;
}
.TagClassName
{
border-color: #D4E370;
}
</style>