Shades of Mindaro #D1F660
Tints of Mindaro #D1F660
RGB
CMYK
RGB Variations
Color information
#D1F660 (or 0xD1F660) is known color: Mindaro. HEX triplet: D1, F6 and 60. RGB value is (209,246,96). Sum of RGB (Red+Green+Blue) = 209+246+96=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F660 is #2E099F. Grayscale: #DADADA. Windows color (decimal): -3017120 or 6354641. OLE color: 6354641.
HSL color Cylindrical-coordinate representation of color #D1F660: hue angle of 74.8º degrees, saturation: 0.89, 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 #D1F660 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 96 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.04 |
| HSL | 74.8º | 0.89% | 0.67% | - |
| HSV(B) | 74.8º | 0.61% | 0.96% | - |
| XYZ | 61.36 | 80.31 | 23.33 | - |
| YUV | 217.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 96 | 0.15 | 0 | 0.61 | 0.04 | 74.8 | 0.89 | 0.67 |
| Hex | D1 | F6 | 60 | F | 0 | 3D | 4 | 4B | 59 | 43 |
| Octal | 321 | 366 | 140 | 17 | 0 | 75 | 4 | 113 | 131 | 103 |
| Binary | 11010001 | 11110110 | 1100000 | 1111 | 0 | 111101 | 100 | 1001011 | 1011001 | 1000011 |
Color Harmonies of #D1F660
Complementary color
Monochromatic Colors of #D1F660
Black with #D1F660
Text Example
Text Example
White with #D1F660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F660; }
p { color: rgb(209,246,96); }
H1.HeaderClassName
{
color: #D1F660;
}
.AnyTagClassName
{
color: #D1F660;
}
</style>
background-color css
<style>
a { background-color: #D1F660; }
a { background-color: rgb(209,246,96); }
div.DivClassName
{
background-color: #D1F660;
}
.BgClassName
{
background-color: #D1F660;
}
</style>
border-color css
<style>
span { border-color: #D1F660; }
span { border-color: rgb(209,246,96); }
td.TdClassName
{
border-color: #D1F660;
}
.TagClassName
{
border-color: #D1F660;
}
</style>