Shades of Mindaro #D1E77A
Tints of Mindaro #D1E77A
RGB
CMYK
RGB Variations
Color information
#D1E77A (or 0xD1E77A) is known color: Mindaro. HEX triplet: D1, E7 and 7A. RGB value is (209,231,122). Sum of RGB (Red+Green+Blue) = 209+231+122=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E77A is #2E1885. Grayscale: #D4D4D4. Windows color (decimal): -3020934 or 8054737. OLE color: 8054737.
HSL color Cylindrical-coordinate representation of color #D1E77A: hue angle of 72.11º 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 #D1E77A is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 122 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.09 |
| HSL | 72.11º | 0.69% | 0.69% | - |
| HSV(B) | 72.11º | 0.47% | 0.91% | - |
| XYZ | 58.38 | 72.11 | 29.25 | - |
| YUV | 212 | 77.21 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 122 | 0.10 | 0 | 0.47 | 0.09 | 72.11 | 0.69 | 0.69 |
| Hex | D1 | E7 | 7A | A | 0 | 2F | 9 | 48 | 45 | 45 |
| Octal | 321 | 347 | 172 | 12 | 0 | 57 | 11 | 110 | 105 | 105 |
| Binary | 11010001 | 11100111 | 1111010 | 1010 | 0 | 101111 | 1001 | 1001000 | 1000101 | 1000101 |
Color Harmonies of #D1E77A
Complementary color
Monochromatic Colors of #D1E77A
Black with #D1E77A
Text Example
Text Example
White with #D1E77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E77A; }
p { color: rgb(209,231,122); }
H1.HeaderClassName
{
color: #D1E77A;
}
.AnyTagClassName
{
color: #D1E77A;
}
</style>
background-color css
<style>
a { background-color: #D1E77A; }
a { background-color: rgb(209,231,122); }
div.DivClassName
{
background-color: #D1E77A;
}
.BgClassName
{
background-color: #D1E77A;
}
</style>
border-color css
<style>
span { border-color: #D1E77A; }
span { border-color: rgb(209,231,122); }
td.TdClassName
{
border-color: #D1E77A;
}
.TagClassName
{
border-color: #D1E77A;
}
</style>