Shades of Mindaro #D8EF56
Tints of Mindaro #D8EF56
RGB
CMYK
RGB Variations
Color information
#D8EF56 (or 0xD8EF56) is known color: Mindaro. HEX triplet: D8, EF and 56. RGB value is (216,239,86). Sum of RGB (Red+Green+Blue) = 216+239+86=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 86 (33.98% from 255 or 15.90% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EF56 is #2710A9. Grayscale: #D7D7D7. Windows color (decimal): -2560170 or 5697496. OLE color: 5697496.
HSL color Cylindrical-coordinate representation of color #D8EF56: hue angle of 69.02º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8EF56 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 86 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.06 |
| HSL | 69.02º | 0.83% | 0.64% | - |
| HSV(B) | 69.02º | 0.64% | 0.94% | - |
| XYZ | 60.87 | 77 | 20.46 | - |
| YUV | 214.68 | 55.38 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 86 | 0.10 | 0 | 0.64 | 0.06 | 69.02 | 0.83 | 0.64 |
| Hex | D8 | EF | 56 | A | 0 | 40 | 6 | 45 | 53 | 40 |
| Octal | 330 | 357 | 126 | 12 | 0 | 100 | 6 | 105 | 123 | 100 |
| Binary | 11011000 | 11101111 | 1010110 | 1010 | 0 | 1000000 | 110 | 1000101 | 1010011 | 1000000 |
Color Harmonies of #D8EF56
Complementary color
Monochromatic Colors of #D8EF56
Black with #D8EF56
Text Example
Text Example
White with #D8EF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EF56; }
p { color: rgb(216,239,86); }
H1.HeaderClassName
{
color: #D8EF56;
}
.AnyTagClassName
{
color: #D8EF56;
}
</style>
background-color css
<style>
a { background-color: #D8EF56; }
a { background-color: rgb(216,239,86); }
div.DivClassName
{
background-color: #D8EF56;
}
.BgClassName
{
background-color: #D8EF56;
}
</style>
border-color css
<style>
span { border-color: #D8EF56; }
span { border-color: rgb(216,239,86); }
td.TdClassName
{
border-color: #D8EF56;
}
.TagClassName
{
border-color: #D8EF56;
}
</style>