Shades of Mindaro #D2E77A
Tints of Mindaro #D2E77A
RGB
CMYK
RGB Variations
Color information
#D2E77A (or 0xD2E77A) is known color: Mindaro. HEX triplet: D2, E7 and 7A. RGB value is (210,231,122). Sum of RGB (Red+Green+Blue) = 210+231+122=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E77A is #2D1885. Grayscale: #D4D4D4. Windows color (decimal): -2955398 or 8054738. OLE color: 8054738.
HSL color Cylindrical-coordinate representation of color #D2E77A: hue angle of 71.56º 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 #D2E77A is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 122 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.09 |
| HSL | 71.56º | 0.69% | 0.69% | - |
| HSV(B) | 71.56º | 0.47% | 0.91% | - |
| XYZ | 58.67 | 72.26 | 29.27 | - |
| YUV | 212.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 122 | 0.09 | 0 | 0.47 | 0.09 | 71.56 | 0.69 | 0.69 |
| Hex | D2 | E7 | 7A | 9 | 0 | 2F | 9 | 48 | 45 | 45 |
| Octal | 322 | 347 | 172 | 11 | 0 | 57 | 11 | 110 | 105 | 105 |
| Binary | 11010010 | 11100111 | 1111010 | 1001 | 0 | 101111 | 1001 | 1001000 | 1000101 | 1000101 |
Color Harmonies of #D2E77A
Complementary color
Monochromatic Colors of #D2E77A
Black with #D2E77A
Text Example
Text Example
White with #D2E77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E77A; }
p { color: rgb(210,231,122); }
H1.HeaderClassName
{
color: #D2E77A;
}
.AnyTagClassName
{
color: #D2E77A;
}
</style>
background-color css
<style>
a { background-color: #D2E77A; }
a { background-color: rgb(210,231,122); }
div.DivClassName
{
background-color: #D2E77A;
}
.BgClassName
{
background-color: #D2E77A;
}
</style>
border-color css
<style>
span { border-color: #D2E77A; }
span { border-color: rgb(210,231,122); }
td.TdClassName
{
border-color: #D2E77A;
}
.TagClassName
{
border-color: #D2E77A;
}
</style>