Shades of Mindaro #D6F76E
Tints of Mindaro #D6F76E
RGB
CMYK
RGB Variations
Color information
#D6F76E (or 0xD6F76E) is known color: Mindaro. HEX triplet: D6, F7 and 6E. RGB value is (214,247,110). Sum of RGB (Red+Green+Blue) = 214+247+110=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 110 (43.36% from 255 or 19.26% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F76E is #290891. Grayscale: #DEDEDE. Windows color (decimal): -2689170 or 7272406. OLE color: 7272406.
HSL color Cylindrical-coordinate representation of color #D6F76E: hue angle of 74.45º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6F76E is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 247 | 110 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.03 |
| HSL | 74.45º | 0.9% | 0.7% | - |
| HSV(B) | 74.45º | 0.55% | 0.97% | - |
| XYZ | 63.81 | 81.94 | 27.21 | - |
| YUV | 221.52 | 65.07 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 247 | 110 | 0.13 | 0 | 0.55 | 0.03 | 74.45 | 0.9 | 0.7 |
| Hex | D6 | F7 | 6E | D | 0 | 37 | 3 | 4A | 5A | 46 |
| Octal | 326 | 367 | 156 | 15 | 0 | 67 | 3 | 112 | 132 | 106 |
| Binary | 11010110 | 11110111 | 1101110 | 1101 | 0 | 110111 | 11 | 1001010 | 1011010 | 1000110 |
Color Harmonies of #D6F76E
Complementary color
Monochromatic Colors of #D6F76E
Black with #D6F76E
Text Example
Text Example
White with #D6F76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F76E; }
p { color: rgb(214,247,110); }
H1.HeaderClassName
{
color: #D6F76E;
}
.AnyTagClassName
{
color: #D6F76E;
}
</style>
background-color css
<style>
a { background-color: #D6F76E; }
a { background-color: rgb(214,247,110); }
div.DivClassName
{
background-color: #D6F76E;
}
.BgClassName
{
background-color: #D6F76E;
}
</style>
border-color css
<style>
span { border-color: #D6F76E; }
span { border-color: rgb(214,247,110); }
td.TdClassName
{
border-color: #D6F76E;
}
.TagClassName
{
border-color: #D6F76E;
}
</style>