Shades of Mindaro #D8EC5E
Tints of Mindaro #D8EC5E
RGB
CMYK
RGB Variations
Color information
#D8EC5E (or 0xD8EC5E) is known color: Mindaro. HEX triplet: D8, EC and 5E. RGB value is (216,236,94). Sum of RGB (Red+Green+Blue) = 216+236+94=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EC5E is #2713A1. Grayscale: #D6D6D6. Windows color (decimal): -2560930 or 6221016. OLE color: 6221016.
HSL color Cylindrical-coordinate representation of color #D8EC5E: hue angle of 68.45º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8EC5E is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 94 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.07 |
| HSL | 68.45º | 0.79% | 0.65% | - |
| HSV(B) | 68.45º | 0.6% | 0.93% | - |
| XYZ | 60.33 | 75.4 | 21.96 | - |
| YUV | 213.83 | 60.37 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 94 | 0.08 | 0 | 0.60 | 0.07 | 68.45 | 0.79 | 0.65 |
| Hex | D8 | EC | 5E | 8 | 0 | 3C | 7 | 44 | 4F | 41 |
| Octal | 330 | 354 | 136 | 10 | 0 | 74 | 7 | 104 | 117 | 101 |
| Binary | 11011000 | 11101100 | 1011110 | 1000 | 0 | 111100 | 111 | 1000100 | 1001111 | 1000001 |
Color Harmonies of #D8EC5E
Complementary color
Monochromatic Colors of #D8EC5E
Black with #D8EC5E
Text Example
Text Example
White with #D8EC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EC5E; }
p { color: rgb(216,236,94); }
H1.HeaderClassName
{
color: #D8EC5E;
}
.AnyTagClassName
{
color: #D8EC5E;
}
</style>
background-color css
<style>
a { background-color: #D8EC5E; }
a { background-color: rgb(216,236,94); }
div.DivClassName
{
background-color: #D8EC5E;
}
.BgClassName
{
background-color: #D8EC5E;
}
</style>
border-color css
<style>
span { border-color: #D8EC5E; }
span { border-color: rgb(216,236,94); }
td.TdClassName
{
border-color: #D8EC5E;
}
.TagClassName
{
border-color: #D8EC5E;
}
</style>