Shades of Mindaro #D1E561
Tints of Mindaro #D1E561
RGB
CMYK
RGB Variations
Color information
#D1E561 (or 0xD1E561) is known color: Mindaro. HEX triplet: D1, E5 and 61. RGB value is (209,229,97). Sum of RGB (Red+Green+Blue) = 209+229+97=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E561 is #2E1A9E. Grayscale: #D0D0D0. Windows color (decimal): -3021471 or 6415825. OLE color: 6415825.
HSL color Cylindrical-coordinate representation of color #D1E561: hue angle of 69.09º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1E561 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 97 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.10 |
| HSL | 69.09º | 0.72% | 0.64% | - |
| HSV(B) | 69.09º | 0.58% | 0.9% | - |
| XYZ | 56.47 | 70.46 | 21.93 | - |
| YUV | 207.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 97 | 0.09 | 0 | 0.58 | 0.10 | 69.09 | 0.72 | 0.64 |
| Hex | D1 | E5 | 61 | 9 | 0 | 3A | A | 45 | 48 | 40 |
| Octal | 321 | 345 | 141 | 11 | 0 | 72 | 12 | 105 | 110 | 100 |
| Binary | 11010001 | 11100101 | 1100001 | 1001 | 0 | 111010 | 1010 | 1000101 | 1001000 | 1000000 |
Color Harmonies of #D1E561
Complementary color
Monochromatic Colors of #D1E561
Black with #D1E561
Text Example
Text Example
White with #D1E561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E561; }
p { color: rgb(209,229,97); }
H1.HeaderClassName
{
color: #D1E561;
}
.AnyTagClassName
{
color: #D1E561;
}
</style>
background-color css
<style>
a { background-color: #D1E561; }
a { background-color: rgb(209,229,97); }
div.DivClassName
{
background-color: #D1E561;
}
.BgClassName
{
background-color: #D1E561;
}
</style>
border-color css
<style>
span { border-color: #D1E561; }
span { border-color: rgb(209,229,97); }
td.TdClassName
{
border-color: #D1E561;
}
.TagClassName
{
border-color: #D1E561;
}
</style>