Shades of Mindaro #D1F160
Tints of Mindaro #D1F160
RGB
CMYK
RGB Variations
Color information
#D1F160 (or 0xD1F160) is known color: Mindaro. HEX triplet: D1, F1 and 60. RGB value is (209,241,96). Sum of RGB (Red+Green+Blue) = 209+241+96=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F160 is #2E0E9F. Grayscale: #D7D7D7. Windows color (decimal): -3018400 or 6353361. OLE color: 6353361.
HSL color Cylindrical-coordinate representation of color #D1F160: hue angle of 73.24º 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 #D1F160 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 96 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.05 |
| HSL | 73.24º | 0.84% | 0.66% | - |
| HSV(B) | 73.24º | 0.6% | 0.95% | - |
| XYZ | 59.86 | 77.31 | 22.83 | - |
| YUV | 214.9 | 60.9 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 96 | 0.13 | 0 | 0.60 | 0.05 | 73.24 | 0.84 | 0.66 |
| Hex | D1 | F1 | 60 | D | 0 | 3C | 5 | 49 | 54 | 42 |
| Octal | 321 | 361 | 140 | 15 | 0 | 74 | 5 | 111 | 124 | 102 |
| Binary | 11010001 | 11110001 | 1100000 | 1101 | 0 | 111100 | 101 | 1001001 | 1010100 | 1000010 |
Color Harmonies of #D1F160
Complementary color
Monochromatic Colors of #D1F160
Black with #D1F160
Text Example
Text Example
White with #D1F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F160; }
p { color: rgb(209,241,96); }
H1.HeaderClassName
{
color: #D1F160;
}
.AnyTagClassName
{
color: #D1F160;
}
</style>
background-color css
<style>
a { background-color: #D1F160; }
a { background-color: rgb(209,241,96); }
div.DivClassName
{
background-color: #D1F160;
}
.BgClassName
{
background-color: #D1F160;
}
</style>
border-color css
<style>
span { border-color: #D1F160; }
span { border-color: rgb(209,241,96); }
td.TdClassName
{
border-color: #D1F160;
}
.TagClassName
{
border-color: #D1F160;
}
</style>