Shades of Mindaro #D2FA5E
Tints of Mindaro #D2FA5E
RGB
CMYK
RGB Variations
Color information
#D2FA5E (or 0xD2FA5E) is known color: Mindaro. HEX triplet: D2, FA and 5E. RGB value is (210,250,94). Sum of RGB (Red+Green+Blue) = 210+250+94=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA5E is #2D05A1. Grayscale: #DCDCDC. Windows color (decimal): -2950562 or 6224594. OLE color: 6224594.
HSL color Cylindrical-coordinate representation of color #D2FA5E: hue angle of 75.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2FA5E is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 94 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.02 |
| HSL | 75.38º | 0.94% | 0.67% | - |
| HSV(B) | 75.38º | 0.62% | 0.98% | - |
| XYZ | 62.78 | 82.88 | 23.28 | - |
| YUV | 220.26 | 56.75 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 94 | 0.16 | 0 | 0.62 | 0.02 | 75.38 | 0.94 | 0.67 |
| Hex | D2 | FA | 5E | 10 | 0 | 3E | 2 | 4B | 5E | 43 |
| Octal | 322 | 372 | 136 | 20 | 0 | 76 | 2 | 113 | 136 | 103 |
| Binary | 11010010 | 11111010 | 1011110 | 10000 | 0 | 111110 | 10 | 1001011 | 1011110 | 1000011 |
Color Harmonies of #D2FA5E
Complementary color
Monochromatic Colors of #D2FA5E
Black with #D2FA5E
Text Example
Text Example
White with #D2FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA5E; }
p { color: rgb(210,250,94); }
H1.HeaderClassName
{
color: #D2FA5E;
}
.AnyTagClassName
{
color: #D2FA5E;
}
</style>
background-color css
<style>
a { background-color: #D2FA5E; }
a { background-color: rgb(210,250,94); }
div.DivClassName
{
background-color: #D2FA5E;
}
.BgClassName
{
background-color: #D2FA5E;
}
</style>
border-color css
<style>
span { border-color: #D2FA5E; }
span { border-color: rgb(210,250,94); }
td.TdClassName
{
border-color: #D2FA5E;
}
.TagClassName
{
border-color: #D2FA5E;
}
</style>