Shades of Mindaro #D2F55E
Tints of Mindaro #D2F55E
RGB
CMYK
RGB Variations
Color information
#D2F55E (or 0xD2F55E) is known color: Mindaro. HEX triplet: D2, F5 and 5E. RGB value is (210,245,94). Sum of RGB (Red+Green+Blue) = 210+245+94=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F55E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F55E is #2D0AA1. Grayscale: #D9D9D9. Windows color (decimal): -2951842 or 6223314. OLE color: 6223314.
HSL color Cylindrical-coordinate representation of color #D2F55E: hue angle of 73.91º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2F55E is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 94 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.04 |
| HSL | 73.91º | 0.88% | 0.66% | - |
| HSV(B) | 73.91º | 0.62% | 0.96% | - |
| XYZ | 61.25 | 79.81 | 22.77 | - |
| YUV | 217.32 | 58.4 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 94 | 0.14 | 0 | 0.62 | 0.04 | 73.91 | 0.88 | 0.66 |
| Hex | D2 | F5 | 5E | E | 0 | 3E | 4 | 4A | 58 | 42 |
| Octal | 322 | 365 | 136 | 16 | 0 | 76 | 4 | 112 | 130 | 102 |
| Binary | 11010010 | 11110101 | 1011110 | 1110 | 0 | 111110 | 100 | 1001010 | 1011000 | 1000010 |
Color Harmonies of #D2F55E
Complementary color
Monochromatic Colors of #D2F55E
Black with #D2F55E
Text Example
Text Example
White with #D2F55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F55E; }
p { color: rgb(210,245,94); }
H1.HeaderClassName
{
color: #D2F55E;
}
.AnyTagClassName
{
color: #D2F55E;
}
</style>
background-color css
<style>
a { background-color: #D2F55E; }
a { background-color: rgb(210,245,94); }
div.DivClassName
{
background-color: #D2F55E;
}
.BgClassName
{
background-color: #D2F55E;
}
</style>
border-color css
<style>
span { border-color: #D2F55E; }
span { border-color: rgb(210,245,94); }
td.TdClassName
{
border-color: #D2F55E;
}
.TagClassName
{
border-color: #D2F55E;
}
</style>