Shades of Mindaro #D4E077
Tints of Mindaro #D4E077
RGB
CMYK
RGB Variations
Color information
#D4E077 (or 0xD4E077) is known color: Mindaro. HEX triplet: D4, E0 and 77. RGB value is (212,224,119). Sum of RGB (Red+Green+Blue) = 212+224+119=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E077 is #2B1F88. Grayscale: #D0D0D0. Windows color (decimal): -2826121 or 7856340. OLE color: 7856340.
HSL color Cylindrical-coordinate representation of color #D4E077: hue angle of 66.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4E077 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 119 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.12 |
| HSL | 66.86º | 0.63% | 0.67% | - |
| HSV(B) | 66.86º | 0.47% | 0.88% | - |
| XYZ | 57.14 | 68.64 | 27.69 | - |
| YUV | 208.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 119 | 0.05 | 0 | 0.47 | 0.12 | 66.86 | 0.63 | 0.67 |
| Hex | D4 | E0 | 77 | 5 | 0 | 2F | C | 43 | 3F | 43 |
| Octal | 324 | 340 | 167 | 5 | 0 | 57 | 14 | 103 | 77 | 103 |
| Binary | 11010100 | 11100000 | 1110111 | 101 | 0 | 101111 | 1100 | 1000011 | 111111 | 1000011 |
Color Harmonies of #D4E077
Complementary color
Monochromatic Colors of #D4E077
Black with #D4E077
Text Example
Text Example
White with #D4E077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E077; }
p { color: rgb(212,224,119); }
H1.HeaderClassName
{
color: #D4E077;
}
.AnyTagClassName
{
color: #D4E077;
}
</style>
background-color css
<style>
a { background-color: #D4E077; }
a { background-color: rgb(212,224,119); }
div.DivClassName
{
background-color: #D4E077;
}
.BgClassName
{
background-color: #D4E077;
}
</style>
border-color css
<style>
span { border-color: #D4E077; }
span { border-color: rgb(212,224,119); }
td.TdClassName
{
border-color: #D4E077;
}
.TagClassName
{
border-color: #D4E077;
}
</style>