Shades of Mindaro #D8EF6B
Tints of Mindaro #D8EF6B
RGB
CMYK
RGB Variations
Color information
#D8EF6B (or 0xD8EF6B) is known color: Mindaro. HEX triplet: D8, EF and 6B. RGB value is (216,239,107). Sum of RGB (Red+Green+Blue) = 216+239+107=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EF6B is #271094. Grayscale: #D9D9D9. Windows color (decimal): -2560149 or 7073752. OLE color: 7073752.
HSL color Cylindrical-coordinate representation of color #D8EF6B: hue angle of 70.45º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8EF6B is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 107 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.06 |
| HSL | 70.45º | 0.8% | 0.68% | - |
| HSV(B) | 70.45º | 0.55% | 0.94% | - |
| XYZ | 61.84 | 77.39 | 25.59 | - |
| YUV | 217.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 107 | 0.10 | 0 | 0.55 | 0.06 | 70.45 | 0.8 | 0.68 |
| Hex | D8 | EF | 6B | A | 0 | 37 | 6 | 46 | 50 | 44 |
| Octal | 330 | 357 | 153 | 12 | 0 | 67 | 6 | 106 | 120 | 104 |
| Binary | 11011000 | 11101111 | 1101011 | 1010 | 0 | 110111 | 110 | 1000110 | 1010000 | 1000100 |
Color Harmonies of #D8EF6B
Complementary color
Monochromatic Colors of #D8EF6B
Black with #D8EF6B
Text Example
Text Example
White with #D8EF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EF6B; }
p { color: rgb(216,239,107); }
H1.HeaderClassName
{
color: #D8EF6B;
}
.AnyTagClassName
{
color: #D8EF6B;
}
</style>
background-color css
<style>
a { background-color: #D8EF6B; }
a { background-color: rgb(216,239,107); }
div.DivClassName
{
background-color: #D8EF6B;
}
.BgClassName
{
background-color: #D8EF6B;
}
</style>
border-color css
<style>
span { border-color: #D8EF6B; }
span { border-color: rgb(216,239,107); }
td.TdClassName
{
border-color: #D8EF6B;
}
.TagClassName
{
border-color: #D8EF6B;
}
</style>