Shades of Mindaro #D2FA56
Tints of Mindaro #D2FA56
RGB
CMYK
RGB Variations
Color information
#D2FA56 (or 0xD2FA56) is known color: Mindaro. HEX triplet: D2, FA and 56. RGB value is (210,250,86). Sum of RGB (Red+Green+Blue) = 210+250+86=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 86 (33.98% from 255 or 15.75% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA56 is #2D05A9. Grayscale: #DBDBDB. Windows color (decimal): -2950570 or 5700306. OLE color: 5700306.
HSL color Cylindrical-coordinate representation of color #D2FA56: hue angle of 74.63º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2FA56 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 86 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.02 |
| HSL | 74.63º | 0.94% | 0.66% | - |
| HSV(B) | 74.63º | 0.66% | 0.98% | - |
| XYZ | 62.44 | 82.74 | 21.48 | - |
| YUV | 219.34 | 52.75 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 86 | 0.16 | 0 | 0.66 | 0.02 | 74.63 | 0.94 | 0.66 |
| Hex | D2 | FA | 56 | 10 | 0 | 42 | 2 | 4B | 5E | 42 |
| Octal | 322 | 372 | 126 | 20 | 0 | 102 | 2 | 113 | 136 | 102 |
| Binary | 11010010 | 11111010 | 1010110 | 10000 | 0 | 1000010 | 10 | 1001011 | 1011110 | 1000010 |
Color Harmonies of #D2FA56
Complementary color
Monochromatic Colors of #D2FA56
Black with #D2FA56
Text Example
Text Example
White with #D2FA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA56; }
p { color: rgb(210,250,86); }
H1.HeaderClassName
{
color: #D2FA56;
}
.AnyTagClassName
{
color: #D2FA56;
}
</style>
background-color css
<style>
a { background-color: #D2FA56; }
a { background-color: rgb(210,250,86); }
div.DivClassName
{
background-color: #D2FA56;
}
.BgClassName
{
background-color: #D2FA56;
}
</style>
border-color css
<style>
span { border-color: #D2FA56; }
span { border-color: rgb(210,250,86); }
td.TdClassName
{
border-color: #D2FA56;
}
.TagClassName
{
border-color: #D2FA56;
}
</style>