Shades of Mindaro #D4E270
Tints of Mindaro #D4E270
RGB
CMYK
RGB Variations
Color information
#D4E270 (or 0xD4E270) is known color: Mindaro. HEX triplet: D4, E2 and 70. RGB value is (212,226,112). Sum of RGB (Red+Green+Blue) = 212+226+112=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E270 is #2B1D8F. Grayscale: #D1D1D1. Windows color (decimal): -2825616 or 7398100. OLE color: 7398100.
HSL color Cylindrical-coordinate representation of color #D4E270: hue angle of 67.37º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4E270 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 226 | 112 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.11 |
| HSL | 67.37º | 0.66% | 0.66% | - |
| HSV(B) | 67.37º | 0.5% | 0.89% | - |
| XYZ | 57.27 | 69.56 | 25.74 | - |
| YUV | 208.82 | 73.36 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 226 | 112 | 0.06 | 0 | 0.50 | 0.11 | 67.37 | 0.66 | 0.66 |
| Hex | D4 | E2 | 70 | 6 | 0 | 32 | B | 43 | 42 | 42 |
| Octal | 324 | 342 | 160 | 6 | 0 | 62 | 13 | 103 | 102 | 102 |
| Binary | 11010100 | 11100010 | 1110000 | 110 | 0 | 110010 | 1011 | 1000011 | 1000010 | 1000010 |
Color Harmonies of #D4E270
Complementary color
Monochromatic Colors of #D4E270
Black with #D4E270
Text Example
Text Example
White with #D4E270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E270; }
p { color: rgb(212,226,112); }
H1.HeaderClassName
{
color: #D4E270;
}
.AnyTagClassName
{
color: #D4E270;
}
</style>
background-color css
<style>
a { background-color: #D4E270; }
a { background-color: rgb(212,226,112); }
div.DivClassName
{
background-color: #D4E270;
}
.BgClassName
{
background-color: #D4E270;
}
</style>
border-color css
<style>
span { border-color: #D4E270; }
span { border-color: rgb(212,226,112); }
td.TdClassName
{
border-color: #D4E270;
}
.TagClassName
{
border-color: #D4E270;
}
</style>