Shades of Mindaro #D6ED6D
Tints of Mindaro #D6ED6D
RGB
CMYK
RGB Variations
Color information
#D6ED6D (or 0xD6ED6D) is known color: Mindaro. HEX triplet: D6, ED and 6D. RGB value is (214,237,109). Sum of RGB (Red+Green+Blue) = 214+237+109=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6ED6D is #291292. Grayscale: #D8D8D8. Windows color (decimal): -2691731 or 7204310. OLE color: 7204310.
HSL color Cylindrical-coordinate representation of color #D6ED6D: hue angle of 70.78º degrees, saturation: 0.78, 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 #D6ED6D is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 237 | 109 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.07 |
| HSL | 70.78º | 0.78% | 0.68% | - |
| HSV(B) | 70.78º | 0.54% | 0.93% | - |
| XYZ | 60.78 | 75.97 | 25.93 | - |
| YUV | 215.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 109 | 0.10 | 0 | 0.54 | 0.07 | 70.78 | 0.78 | 0.68 |
| Hex | D6 | ED | 6D | A | 0 | 36 | 7 | 47 | 4E | 44 |
| Octal | 326 | 355 | 155 | 12 | 0 | 66 | 7 | 107 | 116 | 104 |
| Binary | 11010110 | 11101101 | 1101101 | 1010 | 0 | 110110 | 111 | 1000111 | 1001110 | 1000100 |
Color Harmonies of #D6ED6D
Complementary color
Monochromatic Colors of #D6ED6D
Black with #D6ED6D
Text Example
Text Example
White with #D6ED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ED6D; }
p { color: rgb(214,237,109); }
H1.HeaderClassName
{
color: #D6ED6D;
}
.AnyTagClassName
{
color: #D6ED6D;
}
</style>
background-color css
<style>
a { background-color: #D6ED6D; }
a { background-color: rgb(214,237,109); }
div.DivClassName
{
background-color: #D6ED6D;
}
.BgClassName
{
background-color: #D6ED6D;
}
</style>
border-color css
<style>
span { border-color: #D6ED6D; }
span { border-color: rgb(214,237,109); }
td.TdClassName
{
border-color: #D6ED6D;
}
.TagClassName
{
border-color: #D6ED6D;
}
</style>