Shades of Mindaro #D4E578
Tints of Mindaro #D4E578
RGB
CMYK
RGB Variations
Color information
#D4E578 (or 0xD4E578) is known color: Mindaro. HEX triplet: D4, E5 and 78. RGB value is (212,229,120). Sum of RGB (Red+Green+Blue) = 212+229+120=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E578 is #2B1A87. Grayscale: #D3D3D3. Windows color (decimal): -2824840 or 7923156. OLE color: 7923156.
HSL color Cylindrical-coordinate representation of color #D4E578: hue angle of 69.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4E578 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 229 | 120 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.10 |
| HSL | 69.36º | 0.68% | 0.68% | - |
| HSV(B) | 69.36º | 0.48% | 0.9% | - |
| XYZ | 58.56 | 71.39 | 28.46 | - |
| YUV | 211.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 229 | 120 | 0.07 | 0 | 0.48 | 0.10 | 69.36 | 0.68 | 0.68 |
| Hex | D4 | E5 | 78 | 7 | 0 | 30 | A | 45 | 44 | 44 |
| Octal | 324 | 345 | 170 | 7 | 0 | 60 | 12 | 105 | 104 | 104 |
| Binary | 11010100 | 11100101 | 1111000 | 111 | 0 | 110000 | 1010 | 1000101 | 1000100 | 1000100 |
Color Harmonies of #D4E578
Complementary color
Monochromatic Colors of #D4E578
Black with #D4E578
Text Example
Text Example
White with #D4E578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E578; }
p { color: rgb(212,229,120); }
H1.HeaderClassName
{
color: #D4E578;
}
.AnyTagClassName
{
color: #D4E578;
}
</style>
background-color css
<style>
a { background-color: #D4E578; }
a { background-color: rgb(212,229,120); }
div.DivClassName
{
background-color: #D4E578;
}
.BgClassName
{
background-color: #D4E578;
}
</style>
border-color css
<style>
span { border-color: #D4E578; }
span { border-color: rgb(212,229,120); }
td.TdClassName
{
border-color: #D4E578;
}
.TagClassName
{
border-color: #D4E578;
}
</style>