Shades of Mindaro #D4E77F
Tints of Mindaro #D4E77F
RGB
CMYK
RGB Variations
Color information
#D4E77F (or 0xD4E77F) is known color: Mindaro. HEX triplet: D4, E7 and 7F. RGB value is (212,231,127). Sum of RGB (Red+Green+Blue) = 212+231+127=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E77F is #2B1880. Grayscale: #D5D5D5. Windows color (decimal): -2824321 or 8382420. OLE color: 8382420.
HSL color Cylindrical-coordinate representation of color #D4E77F: hue angle of 70.96º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4E77F is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 127 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.09 |
| HSL | 70.96º | 0.68% | 0.7% | - |
| HSV(B) | 70.96º | 0.45% | 0.91% | - |
| XYZ | 59.56 | 72.68 | 30.97 | - |
| YUV | 213.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 127 | 0.08 | 0 | 0.45 | 0.09 | 70.96 | 0.68 | 0.7 |
| Hex | D4 | E7 | 7F | 8 | 0 | 2D | 9 | 47 | 44 | 46 |
| Octal | 324 | 347 | 177 | 10 | 0 | 55 | 11 | 107 | 104 | 106 |
| Binary | 11010100 | 11100111 | 1111111 | 1000 | 0 | 101101 | 1001 | 1000111 | 1000100 | 1000110 |
Color Harmonies of #D4E77F
Complementary color
Monochromatic Colors of #D4E77F
Black with #D4E77F
Text Example
Text Example
White with #D4E77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E77F; }
p { color: rgb(212,231,127); }
H1.HeaderClassName
{
color: #D4E77F;
}
.AnyTagClassName
{
color: #D4E77F;
}
</style>
background-color css
<style>
a { background-color: #D4E77F; }
a { background-color: rgb(212,231,127); }
div.DivClassName
{
background-color: #D4E77F;
}
.BgClassName
{
background-color: #D4E77F;
}
</style>
border-color css
<style>
span { border-color: #D4E77F; }
span { border-color: rgb(212,231,127); }
td.TdClassName
{
border-color: #D4E77F;
}
.TagClassName
{
border-color: #D4E77F;
}
</style>