Shades of Mindaro #D8F660
Tints of Mindaro #D8F660
RGB
CMYK
RGB Variations
Color information
#D8F660 (or 0xD8F660) is known color: Mindaro. HEX triplet: D8, F6 and 60. RGB value is (216,246,96). Sum of RGB (Red+Green+Blue) = 216+246+96=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F660 is #27099F. Grayscale: #DCDCDC. Windows color (decimal): -2558368 or 6354648. OLE color: 6354648.
HSL color Cylindrical-coordinate representation of color #D8F660: hue angle of 72º 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 #D8F660 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 246 | 96 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.04 |
| HSL | 72º | 0.89% | 0.67% | - |
| HSV(B) | 72º | 0.61% | 0.96% | - |
| XYZ | 63.39 | 81.36 | 23.43 | - |
| YUV | 219.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 246 | 96 | 0.12 | 0 | 0.61 | 0.04 | 72 | 0.89 | 0.67 |
| Hex | D8 | F6 | 60 | C | 0 | 3D | 4 | 48 | 59 | 43 |
| Octal | 330 | 366 | 140 | 14 | 0 | 75 | 4 | 110 | 131 | 103 |
| Binary | 11011000 | 11110110 | 1100000 | 1100 | 0 | 111101 | 100 | 1001000 | 1011001 | 1000011 |
Color Harmonies of #D8F660
Complementary color
Monochromatic Colors of #D8F660
Black with #D8F660
Text Example
Text Example
White with #D8F660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F660; }
p { color: rgb(216,246,96); }
H1.HeaderClassName
{
color: #D8F660;
}
.AnyTagClassName
{
color: #D8F660;
}
</style>
background-color css
<style>
a { background-color: #D8F660; }
a { background-color: rgb(216,246,96); }
div.DivClassName
{
background-color: #D8F660;
}
.BgClassName
{
background-color: #D8F660;
}
</style>
border-color css
<style>
span { border-color: #D8F660; }
span { border-color: rgb(216,246,96); }
td.TdClassName
{
border-color: #D8F660;
}
.TagClassName
{
border-color: #D8F660;
}
</style>