Shades of Mindaro #D3F460
Tints of Mindaro #D3F460
RGB
CMYK
RGB Variations
Color information
#D3F460 (or 0xD3F460) is known color: Mindaro. HEX triplet: D3, F4 and 60. RGB value is (211,244,96). Sum of RGB (Red+Green+Blue) = 211+244+96=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F460 is #2C0B9F. Grayscale: #D9D9D9. Windows color (decimal): -2886560 or 6354131. OLE color: 6354131.
HSL color Cylindrical-coordinate representation of color #D3F460: hue angle of 73.38º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3F460 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 96 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.04 |
| HSL | 73.38º | 0.87% | 0.67% | - |
| HSV(B) | 73.38º | 0.61% | 0.96% | - |
| XYZ | 61.33 | 79.39 | 23.16 | - |
| YUV | 217.26 | 59.57 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 96 | 0.14 | 0 | 0.61 | 0.04 | 73.38 | 0.87 | 0.67 |
| Hex | D3 | F4 | 60 | E | 0 | 3D | 4 | 49 | 57 | 43 |
| Octal | 323 | 364 | 140 | 16 | 0 | 75 | 4 | 111 | 127 | 103 |
| Binary | 11010011 | 11110100 | 1100000 | 1110 | 0 | 111101 | 100 | 1001001 | 1010111 | 1000011 |
Color Harmonies of #D3F460
Complementary color
Monochromatic Colors of #D3F460
Black with #D3F460
Text Example
Text Example
White with #D3F460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F460; }
p { color: rgb(211,244,96); }
H1.HeaderClassName
{
color: #D3F460;
}
.AnyTagClassName
{
color: #D3F460;
}
</style>
background-color css
<style>
a { background-color: #D3F460; }
a { background-color: rgb(211,244,96); }
div.DivClassName
{
background-color: #D3F460;
}
.BgClassName
{
background-color: #D3F460;
}
</style>
border-color css
<style>
span { border-color: #D3F460; }
span { border-color: rgb(211,244,96); }
td.TdClassName
{
border-color: #D3F460;
}
.TagClassName
{
border-color: #D3F460;
}
</style>