Shades of Mindaro #D3F060
Tints of Mindaro #D3F060
RGB
CMYK
RGB Variations
Color information
#D3F060 (or 0xD3F060) is known color: Mindaro. HEX triplet: D3, F0 and 60. RGB value is (211,240,96). Sum of RGB (Red+Green+Blue) = 211+240+96=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F060 is #2C0F9F. Grayscale: #D7D7D7. Windows color (decimal): -2887584 or 6353107. OLE color: 6353107.
HSL color Cylindrical-coordinate representation of color #D3F060: hue angle of 72.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3F060 is Cyan = 0.12, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 96 | - |
| CMYK | 0.12 | 0 | 0.6 | 0.06 |
| HSL | 72.08º | 0.83% | 0.66% | - |
| HSV(B) | 72.08º | 0.6% | 0.94% | - |
| XYZ | 60.14 | 77.01 | 22.76 | - |
| YUV | 214.91 | 60.89 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 96 | 0.12 | 0 | 0.6 | 0.06 | 72.08 | 0.83 | 0.66 |
| Hex | D3 | F0 | 60 | C | 0 | 3C | 6 | 48 | 53 | 42 |
| Octal | 323 | 360 | 140 | 14 | 0 | 74 | 6 | 110 | 123 | 102 |
| Binary | 11010011 | 11110000 | 1100000 | 1100 | 0 | 111100 | 110 | 1001000 | 1010011 | 1000010 |
Color Harmonies of #D3F060
Complementary color
Monochromatic Colors of #D3F060
Black with #D3F060
Text Example
Text Example
White with #D3F060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F060; }
p { color: rgb(211,240,96); }
H1.HeaderClassName
{
color: #D3F060;
}
.AnyTagClassName
{
color: #D3F060;
}
</style>
background-color css
<style>
a { background-color: #D3F060; }
a { background-color: rgb(211,240,96); }
div.DivClassName
{
background-color: #D3F060;
}
.BgClassName
{
background-color: #D3F060;
}
</style>
border-color css
<style>
span { border-color: #D3F060; }
span { border-color: rgb(211,240,96); }
td.TdClassName
{
border-color: #D3F060;
}
.TagClassName
{
border-color: #D3F060;
}
</style>