Shades of Mindaro #D8F77C
Tints of Mindaro #D8F77C
RGB
CMYK
RGB Variations
Color information
#D8F77C (or 0xD8F77C) is known color: Mindaro. HEX triplet: D8, F7 and 7C. RGB value is (216,247,124). Sum of RGB (Red+Green+Blue) = 216+247+124=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F77C is #270883. Grayscale: #E0E0E0. Windows color (decimal): -2558084 or 8189912. OLE color: 8189912.
HSL color Cylindrical-coordinate representation of color #D8F77C: hue angle of 75.12º degrees, saturation: 0.88, 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 #D8F77C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 247 | 124 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.03 |
| HSL | 75.12º | 0.88% | 0.73% | - |
| HSV(B) | 75.12º | 0.5% | 0.97% | - |
| XYZ | 65.22 | 82.58 | 31.57 | - |
| YUV | 223.71 | 71.73 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 247 | 124 | 0.13 | 0 | 0.50 | 0.03 | 75.12 | 0.88 | 0.73 |
| Hex | D8 | F7 | 7C | D | 0 | 32 | 3 | 4B | 58 | 49 |
| Octal | 330 | 367 | 174 | 15 | 0 | 62 | 3 | 113 | 130 | 111 |
| Binary | 11011000 | 11110111 | 1111100 | 1101 | 0 | 110010 | 11 | 1001011 | 1011000 | 1001001 |
Color Harmonies of #D8F77C
Complementary color
Monochromatic Colors of #D8F77C
Black with #D8F77C
Text Example
Text Example
White with #D8F77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F77C; }
p { color: rgb(216,247,124); }
H1.HeaderClassName
{
color: #D8F77C;
}
.AnyTagClassName
{
color: #D8F77C;
}
</style>
background-color css
<style>
a { background-color: #D8F77C; }
a { background-color: rgb(216,247,124); }
div.DivClassName
{
background-color: #D8F77C;
}
.BgClassName
{
background-color: #D8F77C;
}
</style>
border-color css
<style>
span { border-color: #D8F77C; }
span { border-color: rgb(216,247,124); }
td.TdClassName
{
border-color: #D8F77C;
}
.TagClassName
{
border-color: #D8F77C;
}
</style>