Shades of Mindaro #D8EE5E
Tints of Mindaro #D8EE5E
RGB
CMYK
RGB Variations
Color information
#D8EE5E (or 0xD8EE5E) is known color: Mindaro. HEX triplet: D8, EE and 5E. RGB value is (216,238,94). Sum of RGB (Red+Green+Blue) = 216+238+94=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 94 (37.11% from 255 or 17.15% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EE5E is #2711A1. Grayscale: #D7D7D7. Windows color (decimal): -2560418 or 6221528. OLE color: 6221528.
HSL color Cylindrical-coordinate representation of color #D8EE5E: hue angle of 69.17º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8EE5E is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 238 | 94 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.07 |
| HSL | 69.17º | 0.81% | 0.65% | - |
| HSV(B) | 69.17º | 0.61% | 0.93% | - |
| XYZ | 60.91 | 76.56 | 22.16 | - |
| YUV | 215.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 238 | 94 | 0.09 | 0 | 0.61 | 0.07 | 69.17 | 0.81 | 0.65 |
| Hex | D8 | EE | 5E | 9 | 0 | 3D | 7 | 45 | 51 | 41 |
| Octal | 330 | 356 | 136 | 11 | 0 | 75 | 7 | 105 | 121 | 101 |
| Binary | 11011000 | 11101110 | 1011110 | 1001 | 0 | 111101 | 111 | 1000101 | 1010001 | 1000001 |
Color Harmonies of #D8EE5E
Complementary color
Monochromatic Colors of #D8EE5E
Black with #D8EE5E
Text Example
Text Example
White with #D8EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EE5E; }
p { color: rgb(216,238,94); }
H1.HeaderClassName
{
color: #D8EE5E;
}
.AnyTagClassName
{
color: #D8EE5E;
}
</style>
background-color css
<style>
a { background-color: #D8EE5E; }
a { background-color: rgb(216,238,94); }
div.DivClassName
{
background-color: #D8EE5E;
}
.BgClassName
{
background-color: #D8EE5E;
}
</style>
border-color css
<style>
span { border-color: #D8EE5E; }
span { border-color: rgb(216,238,94); }
td.TdClassName
{
border-color: #D8EE5E;
}
.TagClassName
{
border-color: #D8EE5E;
}
</style>