Shades of Mindaro #D2E55E
Tints of Mindaro #D2E55E
RGB
CMYK
RGB Variations
Color information
#D2E55E (or 0xD2E55E) is known color: Mindaro. HEX triplet: D2, E5 and 5E. RGB value is (210,229,94). Sum of RGB (Red+Green+Blue) = 210+229+94=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E55E is #2D1AA1. Grayscale: #D0D0D0. Windows color (decimal): -2955938 or 6219218. OLE color: 6219218.
HSL color Cylindrical-coordinate representation of color #D2E55E: hue angle of 68.44º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2E55E is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 229 | 94 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.10 |
| HSL | 68.44º | 0.72% | 0.63% | - |
| HSV(B) | 68.44º | 0.59% | 0.9% | - |
| XYZ | 56.62 | 70.55 | 21.22 | - |
| YUV | 207.93 | 63.71 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 229 | 94 | 0.08 | 0 | 0.59 | 0.10 | 68.44 | 0.72 | 0.63 |
| Hex | D2 | E5 | 5E | 8 | 0 | 3B | A | 44 | 48 | 3F |
| Octal | 322 | 345 | 136 | 10 | 0 | 73 | 12 | 104 | 110 | 77 |
| Binary | 11010010 | 11100101 | 1011110 | 1000 | 0 | 111011 | 1010 | 1000100 | 1001000 | 111111 |
Color Harmonies of #D2E55E
Complementary color
Monochromatic Colors of #D2E55E
Black with #D2E55E
Text Example
Text Example
White with #D2E55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E55E; }
p { color: rgb(210,229,94); }
H1.HeaderClassName
{
color: #D2E55E;
}
.AnyTagClassName
{
color: #D2E55E;
}
</style>
background-color css
<style>
a { background-color: #D2E55E; }
a { background-color: rgb(210,229,94); }
div.DivClassName
{
background-color: #D2E55E;
}
.BgClassName
{
background-color: #D2E55E;
}
</style>
border-color css
<style>
span { border-color: #D2E55E; }
span { border-color: rgb(210,229,94); }
td.TdClassName
{
border-color: #D2E55E;
}
.TagClassName
{
border-color: #D2E55E;
}
</style>