Shades of Mindaro #D2F556
Tints of Mindaro #D2F556
RGB
CMYK
RGB Variations
Color information
#D2F556 (or 0xD2F556) is known color: Mindaro. HEX triplet: D2, F5 and 56. RGB value is (210,245,86). Sum of RGB (Red+Green+Blue) = 210+245+86=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 86 (33.98% from 255 or 15.90% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F556 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F556 is #2D0AA9. Grayscale: #D9D9D9. Windows color (decimal): -2951850 or 5699026. OLE color: 5699026.
HSL color Cylindrical-coordinate representation of color #D2F556: hue angle of 73.21º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2F556 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 86 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.04 |
| HSL | 73.21º | 0.89% | 0.65% | - |
| HSV(B) | 73.21º | 0.65% | 0.96% | - |
| XYZ | 60.91 | 79.68 | 20.97 | - |
| YUV | 216.41 | 54.4 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 86 | 0.14 | 0 | 0.65 | 0.04 | 73.21 | 0.89 | 0.65 |
| Hex | D2 | F5 | 56 | E | 0 | 41 | 4 | 49 | 59 | 41 |
| Octal | 322 | 365 | 126 | 16 | 0 | 101 | 4 | 111 | 131 | 101 |
| Binary | 11010010 | 11110101 | 1010110 | 1110 | 0 | 1000001 | 100 | 1001001 | 1011001 | 1000001 |
Color Harmonies of #D2F556
Complementary color
Monochromatic Colors of #D2F556
Black with #D2F556
Text Example
Text Example
White with #D2F556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F556; }
p { color: rgb(210,245,86); }
H1.HeaderClassName
{
color: #D2F556;
}
.AnyTagClassName
{
color: #D2F556;
}
</style>
background-color css
<style>
a { background-color: #D2F556; }
a { background-color: rgb(210,245,86); }
div.DivClassName
{
background-color: #D2F556;
}
.BgClassName
{
background-color: #D2F556;
}
</style>
border-color css
<style>
span { border-color: #D2F556; }
span { border-color: rgb(210,245,86); }
td.TdClassName
{
border-color: #D2F556;
}
.TagClassName
{
border-color: #D2F556;
}
</style>