Shades of Mindaro #D6FE6E
Tints of Mindaro #D6FE6E
RGB
CMYK
RGB Variations
Color information
#D6FE6E (or 0xD6FE6E) is known color: Mindaro. HEX triplet: D6, FE and 6E. RGB value is (214,254,110). Sum of RGB (Red+Green+Blue) = 214+254+110=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE6E is #290191. Grayscale: #E2E2E2. Windows color (decimal): -2687378 or 7274198. OLE color: 7274198.
HSL color Cylindrical-coordinate representation of color #D6FE6E: hue angle of 76.67º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6FE6E is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 110 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.00 |
| HSL | 76.67º | 0.99% | 0.71% | - |
| HSV(B) | 76.67º | 0.57% | 1% | - |
| XYZ | 65.99 | 86.31 | 27.93 | - |
| YUV | 225.62 | 62.75 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 110 | 0.16 | 0 | 0.57 | 0.00 | 76.67 | 0.99 | 0.71 |
| Hex | D6 | FE | 6E | 10 | 0 | 39 | 0 | 4D | 63 | 47 |
| Octal | 326 | 376 | 156 | 20 | 0 | 71 | 0 | 115 | 143 | 107 |
| Binary | 11010110 | 11111110 | 1101110 | 10000 | 0 | 111001 | 0 | 1001101 | 1100011 | 1000111 |
Color Harmonies of #D6FE6E
Complementary color
Monochromatic Colors of #D6FE6E
Black with #D6FE6E
Text Example
Text Example
White with #D6FE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE6E; }
p { color: rgb(214,254,110); }
H1.HeaderClassName
{
color: #D6FE6E;
}
.AnyTagClassName
{
color: #D6FE6E;
}
</style>
background-color css
<style>
a { background-color: #D6FE6E; }
a { background-color: rgb(214,254,110); }
div.DivClassName
{
background-color: #D6FE6E;
}
.BgClassName
{
background-color: #D6FE6E;
}
</style>
border-color css
<style>
span { border-color: #D6FE6E; }
span { border-color: rgb(214,254,110); }
td.TdClassName
{
border-color: #D6FE6E;
}
.TagClassName
{
border-color: #D6FE6E;
}
</style>