Shades of Mindaro #D8EC82
Tints of Mindaro #D8EC82
RGB
CMYK
RGB Variations
Color information
#D8EC82 (or 0xD8EC82) is known color: Mindaro. HEX triplet: D8, EC and 82. RGB value is (216,236,130). Sum of RGB (Red+Green+Blue) = 216+236+130=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EC82 is #27137D. Grayscale: #DADADA. Windows color (decimal): -2560894 or 8580312. OLE color: 8580312.
HSL color Cylindrical-coordinate representation of color #D8EC82: hue angle of 71.32º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8EC82 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 130 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.07 |
| HSL | 71.32º | 0.74% | 0.72% | - |
| HSV(B) | 71.32º | 0.45% | 0.93% | - |
| XYZ | 62.34 | 76.2 | 32.54 | - |
| YUV | 217.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 130 | 0.08 | 0 | 0.45 | 0.07 | 71.32 | 0.74 | 0.72 |
| Hex | D8 | EC | 82 | 8 | 0 | 2D | 7 | 47 | 4A | 48 |
| Octal | 330 | 354 | 202 | 10 | 0 | 55 | 7 | 107 | 112 | 110 |
| Binary | 11011000 | 11101100 | 10000010 | 1000 | 0 | 101101 | 111 | 1000111 | 1001010 | 1001000 |
Color Harmonies of #D8EC82
Complementary color
Monochromatic Colors of #D8EC82
Black with #D8EC82
Text Example
Text Example
White with #D8EC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EC82; }
p { color: rgb(216,236,130); }
H1.HeaderClassName
{
color: #D8EC82;
}
.AnyTagClassName
{
color: #D8EC82;
}
</style>
background-color css
<style>
a { background-color: #D8EC82; }
a { background-color: rgb(216,236,130); }
div.DivClassName
{
background-color: #D8EC82;
}
.BgClassName
{
background-color: #D8EC82;
}
</style>
border-color css
<style>
span { border-color: #D8EC82; }
span { border-color: rgb(216,236,130); }
td.TdClassName
{
border-color: #D8EC82;
}
.TagClassName
{
border-color: #D8EC82;
}
</style>