Shades of Mindaro #D4E77A
Tints of Mindaro #D4E77A
RGB
CMYK
RGB Variations
Color information
#D4E77A (or 0xD4E77A) is known color: Mindaro. HEX triplet: D4, E7 and 7A. RGB value is (212,231,122). Sum of RGB (Red+Green+Blue) = 212+231+122=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E77A is #2B1885. Grayscale: #D5D5D5. Windows color (decimal): -2824326 or 8054740. OLE color: 8054740.
HSL color Cylindrical-coordinate representation of color #D4E77A: hue angle of 70.46º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4E77A is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 122 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.09 |
| HSL | 70.46º | 0.69% | 0.69% | - |
| HSV(B) | 70.46º | 0.47% | 0.91% | - |
| XYZ | 59.24 | 72.55 | 29.29 | - |
| YUV | 212.89 | 76.71 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 122 | 0.08 | 0 | 0.47 | 0.09 | 70.46 | 0.69 | 0.69 |
| Hex | D4 | E7 | 7A | 8 | 0 | 2F | 9 | 46 | 45 | 45 |
| Octal | 324 | 347 | 172 | 10 | 0 | 57 | 11 | 106 | 105 | 105 |
| Binary | 11010100 | 11100111 | 1111010 | 1000 | 0 | 101111 | 1001 | 1000110 | 1000101 | 1000101 |
Color Harmonies of #D4E77A
Complementary color
Monochromatic Colors of #D4E77A
Black with #D4E77A
Text Example
Text Example
White with #D4E77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E77A; }
p { color: rgb(212,231,122); }
H1.HeaderClassName
{
color: #D4E77A;
}
.AnyTagClassName
{
color: #D4E77A;
}
</style>
background-color css
<style>
a { background-color: #D4E77A; }
a { background-color: rgb(212,231,122); }
div.DivClassName
{
background-color: #D4E77A;
}
.BgClassName
{
background-color: #D4E77A;
}
</style>
border-color css
<style>
span { border-color: #D4E77A; }
span { border-color: rgb(212,231,122); }
td.TdClassName
{
border-color: #D4E77A;
}
.TagClassName
{
border-color: #D4E77A;
}
</style>