Shades of Mindaro #D8F77B
Tints of Mindaro #D8F77B
RGB
CMYK
RGB Variations
Color information
#D8F77B (or 0xD8F77B) is known color: Mindaro. HEX triplet: D8, F7 and 7B. RGB value is (216,247,123). Sum of RGB (Red+Green+Blue) = 216+247+123=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F77B is #270884. Grayscale: #E0E0E0. Windows color (decimal): -2558085 or 8124376. OLE color: 8124376.
HSL color Cylindrical-coordinate representation of color #D8F77B: hue angle of 75º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8F77B is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 247 | 123 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.03 |
| HSL | 75º | 0.89% | 0.73% | - |
| HSV(B) | 75º | 0.5% | 0.97% | - |
| XYZ | 65.15 | 82.55 | 31.24 | - |
| YUV | 223.6 | 71.23 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 247 | 123 | 0.13 | 0 | 0.50 | 0.03 | 75 | 0.89 | 0.73 |
| Hex | D8 | F7 | 7B | D | 0 | 32 | 3 | 4B | 59 | 49 |
| Octal | 330 | 367 | 173 | 15 | 0 | 62 | 3 | 113 | 131 | 111 |
| Binary | 11011000 | 11110111 | 1111011 | 1101 | 0 | 110010 | 11 | 1001011 | 1011001 | 1001001 |
Color Harmonies of #D8F77B
Complementary color
Monochromatic Colors of #D8F77B
Black with #D8F77B
Text Example
Text Example
White with #D8F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F77B; }
p { color: rgb(216,247,123); }
H1.HeaderClassName
{
color: #D8F77B;
}
.AnyTagClassName
{
color: #D8F77B;
}
</style>
background-color css
<style>
a { background-color: #D8F77B; }
a { background-color: rgb(216,247,123); }
div.DivClassName
{
background-color: #D8F77B;
}
.BgClassName
{
background-color: #D8F77B;
}
</style>
border-color css
<style>
span { border-color: #D8F77B; }
span { border-color: rgb(216,247,123); }
td.TdClassName
{
border-color: #D8F77B;
}
.TagClassName
{
border-color: #D8F77B;
}
</style>