Shades of Mindaro #D6EE6E
Tints of Mindaro #D6EE6E
RGB
CMYK
RGB Variations
Color information
#D6EE6E (or 0xD6EE6E) is known color: Mindaro. HEX triplet: D6, EE and 6E. RGB value is (214,238,110). Sum of RGB (Red+Green+Blue) = 214+238+110=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE6E is #291191. Grayscale: #D8D8D8. Windows color (decimal): -2691474 or 7270102. OLE color: 7270102.
HSL color Cylindrical-coordinate representation of color #D6EE6E: hue angle of 71.25º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6EE6E is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 110 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.07 |
| HSL | 71.25º | 0.79% | 0.68% | - |
| HSV(B) | 71.25º | 0.54% | 0.93% | - |
| XYZ | 61.12 | 76.57 | 26.31 | - |
| YUV | 216.23 | 68.05 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 110 | 0.10 | 0 | 0.54 | 0.07 | 71.25 | 0.79 | 0.68 |
| Hex | D6 | EE | 6E | A | 0 | 36 | 7 | 47 | 4F | 44 |
| Octal | 326 | 356 | 156 | 12 | 0 | 66 | 7 | 107 | 117 | 104 |
| Binary | 11010110 | 11101110 | 1101110 | 1010 | 0 | 110110 | 111 | 1000111 | 1001111 | 1000100 |
Color Harmonies of #D6EE6E
Complementary color
Monochromatic Colors of #D6EE6E
Black with #D6EE6E
Text Example
Text Example
White with #D6EE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE6E; }
p { color: rgb(214,238,110); }
H1.HeaderClassName
{
color: #D6EE6E;
}
.AnyTagClassName
{
color: #D6EE6E;
}
</style>
background-color css
<style>
a { background-color: #D6EE6E; }
a { background-color: rgb(214,238,110); }
div.DivClassName
{
background-color: #D6EE6E;
}
.BgClassName
{
background-color: #D6EE6E;
}
</style>
border-color css
<style>
span { border-color: #D6EE6E; }
span { border-color: rgb(214,238,110); }
td.TdClassName
{
border-color: #D6EE6E;
}
.TagClassName
{
border-color: #D6EE6E;
}
</style>