Shades of Mindaro #D8F97C
Tints of Mindaro #D8F97C
RGB
CMYK
RGB Variations
Color information
#D8F97C (or 0xD8F97C) is known color: Mindaro. HEX triplet: D8, F9 and 7C. RGB value is (216,249,124). Sum of RGB (Red+Green+Blue) = 216+249+124=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F97C is #270683. Grayscale: #E1E1E1. Windows color (decimal): -2557572 or 8190424. OLE color: 8190424.
HSL color Cylindrical-coordinate representation of color #D8F97C: hue angle of 75.84º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8F97C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 124 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.02 |
| HSL | 75.84º | 0.91% | 0.73% | - |
| HSV(B) | 75.84º | 0.5% | 0.98% | - |
| XYZ | 65.83 | 83.81 | 31.78 | - |
| YUV | 224.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 124 | 0.13 | 0 | 0.50 | 0.02 | 75.84 | 0.91 | 0.73 |
| Hex | D8 | F9 | 7C | D | 0 | 32 | 2 | 4C | 5B | 49 |
| Octal | 330 | 371 | 174 | 15 | 0 | 62 | 2 | 114 | 133 | 111 |
| Binary | 11011000 | 11111001 | 1111100 | 1101 | 0 | 110010 | 10 | 1001100 | 1011011 | 1001001 |
Color Harmonies of #D8F97C
Complementary color
Monochromatic Colors of #D8F97C
Black with #D8F97C
Text Example
Text Example
White with #D8F97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F97C; }
p { color: rgb(216,249,124); }
H1.HeaderClassName
{
color: #D8F97C;
}
.AnyTagClassName
{
color: #D8F97C;
}
</style>
background-color css
<style>
a { background-color: #D8F97C; }
a { background-color: rgb(216,249,124); }
div.DivClassName
{
background-color: #D8F97C;
}
.BgClassName
{
background-color: #D8F97C;
}
</style>
border-color css
<style>
span { border-color: #D8F97C; }
span { border-color: rgb(216,249,124); }
td.TdClassName
{
border-color: #D8F97C;
}
.TagClassName
{
border-color: #D8F97C;
}
</style>