Shades of Mindaro #D1E576
Tints of Mindaro #D1E576
RGB
CMYK
RGB Variations
Color information
#D1E576 (or 0xD1E576) is known color: Mindaro. HEX triplet: D1, E5 and 76. RGB value is (209,229,118). Sum of RGB (Red+Green+Blue) = 209+229+118=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E576 is #2E1A89. Grayscale: #D2D2D2. Windows color (decimal): -3021450 or 7792081. OLE color: 7792081.
HSL color Cylindrical-coordinate representation of color #D1E576: hue angle of 70.81º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1E576 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 118 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.10 |
| HSL | 70.81º | 0.68% | 0.68% | - |
| HSV(B) | 70.81º | 0.48% | 0.9% | - |
| XYZ | 57.58 | 70.9 | 27.79 | - |
| YUV | 210.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 118 | 0.09 | 0 | 0.48 | 0.10 | 70.81 | 0.68 | 0.68 |
| Hex | D1 | E5 | 76 | 9 | 0 | 30 | A | 47 | 44 | 44 |
| Octal | 321 | 345 | 166 | 11 | 0 | 60 | 12 | 107 | 104 | 104 |
| Binary | 11010001 | 11100101 | 1110110 | 1001 | 0 | 110000 | 1010 | 1000111 | 1000100 | 1000100 |
Color Harmonies of #D1E576
Complementary color
Monochromatic Colors of #D1E576
Black with #D1E576
Text Example
Text Example
White with #D1E576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E576; }
p { color: rgb(209,229,118); }
H1.HeaderClassName
{
color: #D1E576;
}
.AnyTagClassName
{
color: #D1E576;
}
</style>
background-color css
<style>
a { background-color: #D1E576; }
a { background-color: rgb(209,229,118); }
div.DivClassName
{
background-color: #D1E576;
}
.BgClassName
{
background-color: #D1E576;
}
</style>
border-color css
<style>
span { border-color: #D1E576; }
span { border-color: rgb(209,229,118); }
td.TdClassName
{
border-color: #D1E576;
}
.TagClassName
{
border-color: #D1E576;
}
</style>