Shades of Mindaro #D6FE76
Tints of Mindaro #D6FE76
RGB
CMYK
RGB Variations
Color information
#D6FE76 (or 0xD6FE76) is known color: Mindaro. HEX triplet: D6, FE and 76. RGB value is (214,254,118). Sum of RGB (Red+Green+Blue) = 214+254+118=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE76 is #290189. Grayscale: #E3E3E3. Windows color (decimal): -2687370 or 7798486. OLE color: 7798486.
HSL color Cylindrical-coordinate representation of color #D6FE76: hue angle of 77.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6FE76 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 118 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.00 |
| HSL | 77.65º | 0.99% | 0.73% | - |
| HSV(B) | 77.65º | 0.54% | 1% | - |
| XYZ | 66.44 | 86.49 | 30.33 | - |
| YUV | 226.54 | 66.75 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 118 | 0.16 | 0 | 0.54 | 0.00 | 77.65 | 0.99 | 0.73 |
| Hex | D6 | FE | 76 | 10 | 0 | 36 | 0 | 4E | 63 | 49 |
| Octal | 326 | 376 | 166 | 20 | 0 | 66 | 0 | 116 | 143 | 111 |
| Binary | 11010110 | 11111110 | 1110110 | 10000 | 0 | 110110 | 0 | 1001110 | 1100011 | 1001001 |
Color Harmonies of #D6FE76
Complementary color
Monochromatic Colors of #D6FE76
Black with #D6FE76
Text Example
Text Example
White with #D6FE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE76; }
p { color: rgb(214,254,118); }
H1.HeaderClassName
{
color: #D6FE76;
}
.AnyTagClassName
{
color: #D6FE76;
}
</style>
background-color css
<style>
a { background-color: #D6FE76; }
a { background-color: rgb(214,254,118); }
div.DivClassName
{
background-color: #D6FE76;
}
.BgClassName
{
background-color: #D6FE76;
}
</style>
border-color css
<style>
span { border-color: #D6FE76; }
span { border-color: rgb(214,254,118); }
td.TdClassName
{
border-color: #D6FE76;
}
.TagClassName
{
border-color: #D6FE76;
}
</style>