Shades of Mindaro #D4E878
Tints of Mindaro #D4E878
RGB
CMYK
RGB Variations
Color information
#D4E878 (or 0xD4E878) is known color: Mindaro. HEX triplet: D4, E8 and 78. RGB value is (212,232,120). Sum of RGB (Red+Green+Blue) = 212+232+120=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E878 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E878 is #2B1787. Grayscale: #D5D5D5. Windows color (decimal): -2824072 or 7923924. OLE color: 7923924.
HSL color Cylindrical-coordinate representation of color #D4E878: hue angle of 70.71º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4E878 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 232 | 120 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.09 |
| HSL | 70.71º | 0.71% | 0.69% | - |
| HSV(B) | 70.71º | 0.48% | 0.91% | - |
| XYZ | 59.4 | 73.07 | 28.74 | - |
| YUV | 213.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 232 | 120 | 0.09 | 0 | 0.48 | 0.09 | 70.71 | 0.71 | 0.69 |
| Hex | D4 | E8 | 78 | 9 | 0 | 30 | 9 | 47 | 47 | 45 |
| Octal | 324 | 350 | 170 | 11 | 0 | 60 | 11 | 107 | 107 | 105 |
| Binary | 11010100 | 11101000 | 1111000 | 1001 | 0 | 110000 | 1001 | 1000111 | 1000111 | 1000101 |
Color Harmonies of #D4E878
Complementary color
Monochromatic Colors of #D4E878
Black with #D4E878
Text Example
Text Example
White with #D4E878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E878; }
p { color: rgb(212,232,120); }
H1.HeaderClassName
{
color: #D4E878;
}
.AnyTagClassName
{
color: #D4E878;
}
</style>
background-color css
<style>
a { background-color: #D4E878; }
a { background-color: rgb(212,232,120); }
div.DivClassName
{
background-color: #D4E878;
}
.BgClassName
{
background-color: #D4E878;
}
</style>
border-color css
<style>
span { border-color: #D4E878; }
span { border-color: rgb(212,232,120); }
td.TdClassName
{
border-color: #D4E878;
}
.TagClassName
{
border-color: #D4E878;
}
</style>