Shades of Mindaro #D3FA60
Tints of Mindaro #D3FA60
RGB
CMYK
RGB Variations
Color information
#D3FA60 (or 0xD3FA60) is known color: Mindaro. HEX triplet: D3, FA and 60. RGB value is (211,250,96). Sum of RGB (Red+Green+Blue) = 211+250+96=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FA60 is #2C059F. Grayscale: #DDDDDD. Windows color (decimal): -2885024 or 6355667. OLE color: 6355667.
HSL color Cylindrical-coordinate representation of color #D3FA60: hue angle of 75.19º 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 #D3FA60 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 96 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.02 |
| HSL | 75.19º | 0.94% | 0.68% | - |
| HSV(B) | 75.19º | 0.62% | 0.98% | - |
| XYZ | 63.16 | 83.06 | 23.77 | - |
| YUV | 220.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 96 | 0.16 | 0 | 0.62 | 0.02 | 75.19 | 0.94 | 0.68 |
| Hex | D3 | FA | 60 | 10 | 0 | 3E | 2 | 4B | 5E | 44 |
| Octal | 323 | 372 | 140 | 20 | 0 | 76 | 2 | 113 | 136 | 104 |
| Binary | 11010011 | 11111010 | 1100000 | 10000 | 0 | 111110 | 10 | 1001011 | 1011110 | 1000100 |
Color Harmonies of #D3FA60
Complementary color
Monochromatic Colors of #D3FA60
Black with #D3FA60
Text Example
Text Example
White with #D3FA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FA60; }
p { color: rgb(211,250,96); }
H1.HeaderClassName
{
color: #D3FA60;
}
.AnyTagClassName
{
color: #D3FA60;
}
</style>
background-color css
<style>
a { background-color: #D3FA60; }
a { background-color: rgb(211,250,96); }
div.DivClassName
{
background-color: #D3FA60;
}
.BgClassName
{
background-color: #D3FA60;
}
</style>
border-color css
<style>
span { border-color: #D3FA60; }
span { border-color: rgb(211,250,96); }
td.TdClassName
{
border-color: #D3FA60;
}
.TagClassName
{
border-color: #D3FA60;
}
</style>