Shades of Mindaro #D6ED7B
Tints of Mindaro #D6ED7B
RGB
CMYK
RGB Variations
Color information
#D6ED7B (or 0xD6ED7B) is known color: Mindaro. HEX triplet: D6, ED and 7B. RGB value is (214,237,123). Sum of RGB (Red+Green+Blue) = 214+237+123=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 123 (48.44% from 255 or 21.43% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6ED7B is #291284. Grayscale: #D9D9D9. Windows color (decimal): -2691717 or 8121814. OLE color: 8121814.
HSL color Cylindrical-coordinate representation of color #D6ED7B: hue angle of 72.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6ED7B is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 237 | 123 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.07 |
| HSL | 72.11º | 0.76% | 0.71% | - |
| HSV(B) | 72.11º | 0.48% | 0.93% | - |
| XYZ | 61.59 | 76.29 | 30.22 | - |
| YUV | 217.13 | 74.88 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 123 | 0.10 | 0 | 0.48 | 0.07 | 72.11 | 0.76 | 0.71 |
| Hex | D6 | ED | 7B | A | 0 | 30 | 7 | 48 | 4C | 47 |
| Octal | 326 | 355 | 173 | 12 | 0 | 60 | 7 | 110 | 114 | 107 |
| Binary | 11010110 | 11101101 | 1111011 | 1010 | 0 | 110000 | 111 | 1001000 | 1001100 | 1000111 |
Color Harmonies of #D6ED7B
Complementary color
Monochromatic Colors of #D6ED7B
Black with #D6ED7B
Text Example
Text Example
White with #D6ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ED7B; }
p { color: rgb(214,237,123); }
H1.HeaderClassName
{
color: #D6ED7B;
}
.AnyTagClassName
{
color: #D6ED7B;
}
</style>
background-color css
<style>
a { background-color: #D6ED7B; }
a { background-color: rgb(214,237,123); }
div.DivClassName
{
background-color: #D6ED7B;
}
.BgClassName
{
background-color: #D6ED7B;
}
</style>
border-color css
<style>
span { border-color: #D6ED7B; }
span { border-color: rgb(214,237,123); }
td.TdClassName
{
border-color: #D6ED7B;
}
.TagClassName
{
border-color: #D6ED7B;
}
</style>