Shades of Mindaro #D6EE7F
Tints of Mindaro #D6EE7F
RGB
CMYK
RGB Variations
Color information
#D6EE7F (or 0xD6EE7F) is known color: Mindaro. HEX triplet: D6, EE and 7F. RGB value is (214,238,127). Sum of RGB (Red+Green+Blue) = 214+238+127=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE7F is #291180. Grayscale: #DADADA. Windows color (decimal): -2691457 or 8384214. OLE color: 8384214.
HSL color Cylindrical-coordinate representation of color #D6EE7F: hue angle of 72.97º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6EE7F is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 127 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.07 |
| HSL | 72.97º | 0.77% | 0.72% | - |
| HSV(B) | 72.97º | 0.47% | 0.93% | - |
| XYZ | 62.14 | 76.98 | 31.66 | - |
| YUV | 218.17 | 76.55 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 127 | 0.10 | 0 | 0.47 | 0.07 | 72.97 | 0.77 | 0.72 |
| Hex | D6 | EE | 7F | A | 0 | 2F | 7 | 49 | 4D | 48 |
| Octal | 326 | 356 | 177 | 12 | 0 | 57 | 7 | 111 | 115 | 110 |
| Binary | 11010110 | 11101110 | 1111111 | 1010 | 0 | 101111 | 111 | 1001001 | 1001101 | 1001000 |
Color Harmonies of #D6EE7F
Complementary color
Monochromatic Colors of #D6EE7F
Black with #D6EE7F
Text Example
Text Example
White with #D6EE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE7F; }
p { color: rgb(214,238,127); }
H1.HeaderClassName
{
color: #D6EE7F;
}
.AnyTagClassName
{
color: #D6EE7F;
}
</style>
background-color css
<style>
a { background-color: #D6EE7F; }
a { background-color: rgb(214,238,127); }
div.DivClassName
{
background-color: #D6EE7F;
}
.BgClassName
{
background-color: #D6EE7F;
}
</style>
border-color css
<style>
span { border-color: #D6EE7F; }
span { border-color: rgb(214,238,127); }
td.TdClassName
{
border-color: #D6EE7F;
}
.TagClassName
{
border-color: #D6EE7F;
}
</style>