Shades of Mindaro #D3F160
Tints of Mindaro #D3F160
RGB
CMYK
RGB Variations
Color information
#D3F160 (or 0xD3F160) is known color: Mindaro. HEX triplet: D3, F1 and 60. RGB value is (211,241,96). Sum of RGB (Red+Green+Blue) = 211+241+96=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F160 is #2C0E9F. Grayscale: #D8D8D8. Windows color (decimal): -2887328 or 6353363. OLE color: 6353363.
HSL color Cylindrical-coordinate representation of color #D3F160: hue angle of 72.41º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3F160 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 96 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.05 |
| HSL | 72.41º | 0.84% | 0.66% | - |
| HSV(B) | 72.41º | 0.6% | 0.95% | - |
| XYZ | 60.43 | 77.6 | 22.86 | - |
| YUV | 215.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 96 | 0.12 | 0 | 0.60 | 0.05 | 72.41 | 0.84 | 0.66 |
| Hex | D3 | F1 | 60 | C | 0 | 3C | 5 | 48 | 54 | 42 |
| Octal | 323 | 361 | 140 | 14 | 0 | 74 | 5 | 110 | 124 | 102 |
| Binary | 11010011 | 11110001 | 1100000 | 1100 | 0 | 111100 | 101 | 1001000 | 1010100 | 1000010 |
Color Harmonies of #D3F160
Complementary color
Monochromatic Colors of #D3F160
Black with #D3F160
Text Example
Text Example
White with #D3F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F160; }
p { color: rgb(211,241,96); }
H1.HeaderClassName
{
color: #D3F160;
}
.AnyTagClassName
{
color: #D3F160;
}
</style>
background-color css
<style>
a { background-color: #D3F160; }
a { background-color: rgb(211,241,96); }
div.DivClassName
{
background-color: #D3F160;
}
.BgClassName
{
background-color: #D3F160;
}
</style>
border-color css
<style>
span { border-color: #D3F160; }
span { border-color: rgb(211,241,96); }
td.TdClassName
{
border-color: #D3F160;
}
.TagClassName
{
border-color: #D3F160;
}
</style>