Shades of Mindaro #D3FA5F
Tints of Mindaro #D3FA5F
RGB
CMYK
RGB Variations
Color information
#D3FA5F (or 0xD3FA5F) is known color: Mindaro. HEX triplet: D3, FA and 5F. RGB value is (211,250,95). Sum of RGB (Red+Green+Blue) = 211+250+95=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 95 (37.5% from 255 or 17.09% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FA5F is #2C05A0. Grayscale: #DDDDDD. Windows color (decimal): -2885025 or 6290131. OLE color: 6290131.
HSL color Cylindrical-coordinate representation of color #D3FA5F: hue angle of 75.1º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3FA5F is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 95 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.02 |
| HSL | 75.1º | 0.94% | 0.68% | - |
| HSV(B) | 75.1º | 0.62% | 0.98% | - |
| XYZ | 63.12 | 83.05 | 23.53 | - |
| YUV | 220.67 | 57.08 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 95 | 0.16 | 0 | 0.62 | 0.02 | 75.1 | 0.94 | 0.68 |
| Hex | D3 | FA | 5F | 10 | 0 | 3E | 2 | 4B | 5E | 44 |
| Octal | 323 | 372 | 137 | 20 | 0 | 76 | 2 | 113 | 136 | 104 |
| Binary | 11010011 | 11111010 | 1011111 | 10000 | 0 | 111110 | 10 | 1001011 | 1011110 | 1000100 |
Color Harmonies of #D3FA5F
Complementary color
Monochromatic Colors of #D3FA5F
Black with #D3FA5F
Text Example
Text Example
White with #D3FA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FA5F; }
p { color: rgb(211,250,95); }
H1.HeaderClassName
{
color: #D3FA5F;
}
.AnyTagClassName
{
color: #D3FA5F;
}
</style>
background-color css
<style>
a { background-color: #D3FA5F; }
a { background-color: rgb(211,250,95); }
div.DivClassName
{
background-color: #D3FA5F;
}
.BgClassName
{
background-color: #D3FA5F;
}
</style>
border-color css
<style>
span { border-color: #D3FA5F; }
span { border-color: rgb(211,250,95); }
td.TdClassName
{
border-color: #D3FA5F;
}
.TagClassName
{
border-color: #D3FA5F;
}
</style>