Shades of Mindaro #D2FA63
Tints of Mindaro #D2FA63
RGB
CMYK
RGB Variations
Color information
#D2FA63 (or 0xD2FA63) is known color: Mindaro. HEX triplet: D2, FA and 63. RGB value is (210,250,99). Sum of RGB (Red+Green+Blue) = 210+250+99=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 99 (39.06% from 255 or 17.71% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA63 is #2D059C. Grayscale: #DDDDDD. Windows color (decimal): -2950557 or 6552274. OLE color: 6552274.
HSL color Cylindrical-coordinate representation of color #D2FA63: hue angle of 75.89º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2FA63 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 99 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.02 |
| HSL | 75.89º | 0.94% | 0.68% | - |
| HSV(B) | 75.89º | 0.6% | 0.98% | - |
| XYZ | 63.02 | 82.97 | 24.5 | - |
| YUV | 220.83 | 59.25 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 99 | 0.16 | 0 | 0.60 | 0.02 | 75.89 | 0.94 | 0.68 |
| Hex | D2 | FA | 63 | 10 | 0 | 3C | 2 | 4C | 5E | 44 |
| Octal | 322 | 372 | 143 | 20 | 0 | 74 | 2 | 114 | 136 | 104 |
| Binary | 11010010 | 11111010 | 1100011 | 10000 | 0 | 111100 | 10 | 1001100 | 1011110 | 1000100 |
Color Harmonies of #D2FA63
Complementary color
Monochromatic Colors of #D2FA63
Black with #D2FA63
Text Example
Text Example
White with #D2FA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA63; }
p { color: rgb(210,250,99); }
H1.HeaderClassName
{
color: #D2FA63;
}
.AnyTagClassName
{
color: #D2FA63;
}
</style>
background-color css
<style>
a { background-color: #D2FA63; }
a { background-color: rgb(210,250,99); }
div.DivClassName
{
background-color: #D2FA63;
}
.BgClassName
{
background-color: #D2FA63;
}
</style>
border-color css
<style>
span { border-color: #D2FA63; }
span { border-color: rgb(210,250,99); }
td.TdClassName
{
border-color: #D2FA63;
}
.TagClassName
{
border-color: #D2FA63;
}
</style>