Shades of Mindaro #D3FC60
Tints of Mindaro #D3FC60
RGB
CMYK
RGB Variations
Color information
#D3FC60 (or 0xD3FC60) is known color: Mindaro. HEX triplet: D3, FC and 60. RGB value is (211,252,96). Sum of RGB (Red+Green+Blue) = 211+252+96=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FC60 is #2C039F. Grayscale: #DEDEDE. Windows color (decimal): -2884512 or 6356179. OLE color: 6356179.
HSL color Cylindrical-coordinate representation of color #D3FC60: hue angle of 75.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3FC60 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 96 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.01 |
| HSL | 75.77º | 0.96% | 0.68% | - |
| HSV(B) | 75.77º | 0.62% | 0.99% | - |
| XYZ | 63.79 | 84.31 | 23.98 | - |
| YUV | 221.96 | 56.92 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 96 | 0.16 | 0 | 0.62 | 0.01 | 75.77 | 0.96 | 0.68 |
| Hex | D3 | FC | 60 | 10 | 0 | 3E | 1 | 4C | 60 | 44 |
| Octal | 323 | 374 | 140 | 20 | 0 | 76 | 1 | 114 | 140 | 104 |
| Binary | 11010011 | 11111100 | 1100000 | 10000 | 0 | 111110 | 1 | 1001100 | 1100000 | 1000100 |
Color Harmonies of #D3FC60
Complementary color
Monochromatic Colors of #D3FC60
Black with #D3FC60
Text Example
Text Example
White with #D3FC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC60; }
p { color: rgb(211,252,96); }
H1.HeaderClassName
{
color: #D3FC60;
}
.AnyTagClassName
{
color: #D3FC60;
}
</style>
background-color css
<style>
a { background-color: #D3FC60; }
a { background-color: rgb(211,252,96); }
div.DivClassName
{
background-color: #D3FC60;
}
.BgClassName
{
background-color: #D3FC60;
}
</style>
border-color css
<style>
span { border-color: #D3FC60; }
span { border-color: rgb(211,252,96); }
td.TdClassName
{
border-color: #D3FC60;
}
.TagClassName
{
border-color: #D3FC60;
}
</style>