Shades of Mindaro #D8FF66
Tints of Mindaro #D8FF66
RGB
CMYK
RGB Variations
Color information
#D8FF66 (or 0xD8FF66) is known color: Mindaro. HEX triplet: D8, FF and 66. RGB value is (216,255,102). Sum of RGB (Red+Green+Blue) = 216+255+102=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 102 (40.23% from 255 or 17.80% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FF66 is #270099. Grayscale: #E2E2E2. Windows color (decimal): -2556058 or 6750168. OLE color: 6750168.
HSL color Cylindrical-coordinate representation of color #D8FF66: hue angle of 75.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8FF66 is Cyan = 0.15, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 102 | - |
| CMYK | 0.15 | 0 | 0.6 | 0 |
| HSL | 75.29º | 1% | 0.7% | - |
| HSV(B) | 75.29º | 0.6% | 1% | - |
| XYZ | 66.48 | 87.08 | 25.87 | - |
| YUV | 225.9 | 58.08 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 102 | 0.15 | 0 | 0.6 | 0 | 75.29 | 1 | 0.7 |
| Hex | D8 | FF | 66 | F | 0 | 3C | 0 | 4B | 64 | 46 |
| Octal | 330 | 377 | 146 | 17 | 0 | 74 | 0 | 113 | 144 | 106 |
| Binary | 11011000 | 11111111 | 1100110 | 1111 | 0 | 111100 | 0 | 1001011 | 1100100 | 1000110 |
Color Harmonies of #D8FF66
Complementary color
Monochromatic Colors of #D8FF66
Black with #D8FF66
Text Example
Text Example
White with #D8FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF66; }
p { color: rgb(216,255,102); }
H1.HeaderClassName
{
color: #D8FF66;
}
.AnyTagClassName
{
color: #D8FF66;
}
</style>
background-color css
<style>
a { background-color: #D8FF66; }
a { background-color: rgb(216,255,102); }
div.DivClassName
{
background-color: #D8FF66;
}
.BgClassName
{
background-color: #D8FF66;
}
</style>
border-color css
<style>
span { border-color: #D8FF66; }
span { border-color: rgb(216,255,102); }
td.TdClassName
{
border-color: #D8FF66;
}
.TagClassName
{
border-color: #D8FF66;
}
</style>