Shades of Mindaro #D8FE66
Tints of Mindaro #D8FE66
RGB
CMYK
RGB Variations
Color information
#D8FE66 (or 0xD8FE66) is known color: Mindaro. HEX triplet: D8, FE and 66. RGB value is (216,254,102). Sum of RGB (Red+Green+Blue) = 216+254+102=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 102 (40.23% from 255 or 17.83% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FE66 is #270199. Grayscale: #E1E1E1. Windows color (decimal): -2556314 or 6749912. OLE color: 6749912.
HSL color Cylindrical-coordinate representation of color #D8FE66: hue angle of 75º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8FE66 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 102 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.00 |
| HSL | 75º | 0.99% | 0.7% | - |
| HSV(B) | 75º | 0.6% | 1% | - |
| XYZ | 66.16 | 86.44 | 25.77 | - |
| YUV | 225.31 | 58.41 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 102 | 0.15 | 0 | 0.60 | 0.00 | 75 | 0.99 | 0.7 |
| Hex | D8 | FE | 66 | F | 0 | 3C | 0 | 4B | 63 | 46 |
| Octal | 330 | 376 | 146 | 17 | 0 | 74 | 0 | 113 | 143 | 106 |
| Binary | 11011000 | 11111110 | 1100110 | 1111 | 0 | 111100 | 0 | 1001011 | 1100011 | 1000110 |
Color Harmonies of #D8FE66
Complementary color
Monochromatic Colors of #D8FE66
Black with #D8FE66
Text Example
Text Example
White with #D8FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FE66; }
p { color: rgb(216,254,102); }
H1.HeaderClassName
{
color: #D8FE66;
}
.AnyTagClassName
{
color: #D8FE66;
}
</style>
background-color css
<style>
a { background-color: #D8FE66; }
a { background-color: rgb(216,254,102); }
div.DivClassName
{
background-color: #D8FE66;
}
.BgClassName
{
background-color: #D8FE66;
}
</style>
border-color css
<style>
span { border-color: #D8FE66; }
span { border-color: rgb(216,254,102); }
td.TdClassName
{
border-color: #D8FE66;
}
.TagClassName
{
border-color: #D8FE66;
}
</style>