Shades of Mindaro #D8F873
Tints of Mindaro #D8F873
RGB
CMYK
RGB Variations
Color information
#D8F873 (or 0xD8F873) is known color: Mindaro. HEX triplet: D8, F8 and 73. RGB value is (216,248,115). Sum of RGB (Red+Green+Blue) = 216+248+115=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 115 (45.31% from 255 or 19.86% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F873 is #27078C. Grayscale: #DFDFDF. Windows color (decimal): -2557837 or 7600344. OLE color: 7600344.
HSL color Cylindrical-coordinate representation of color #D8F873: hue angle of 74.44º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8F873 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 248 | 115 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.03 |
| HSL | 74.44º | 0.9% | 0.71% | - |
| HSV(B) | 74.44º | 0.54% | 0.97% | - |
| XYZ | 64.98 | 82.97 | 28.81 | - |
| YUV | 223.27 | 66.9 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 248 | 115 | 0.13 | 0 | 0.54 | 0.03 | 74.44 | 0.9 | 0.71 |
| Hex | D8 | F8 | 73 | D | 0 | 36 | 3 | 4A | 5A | 47 |
| Octal | 330 | 370 | 163 | 15 | 0 | 66 | 3 | 112 | 132 | 107 |
| Binary | 11011000 | 11111000 | 1110011 | 1101 | 0 | 110110 | 11 | 1001010 | 1011010 | 1000111 |
Color Harmonies of #D8F873
Complementary color
Monochromatic Colors of #D8F873
Black with #D8F873
Text Example
Text Example
White with #D8F873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F873; }
p { color: rgb(216,248,115); }
H1.HeaderClassName
{
color: #D8F873;
}
.AnyTagClassName
{
color: #D8F873;
}
</style>
background-color css
<style>
a { background-color: #D8F873; }
a { background-color: rgb(216,248,115); }
div.DivClassName
{
background-color: #D8F873;
}
.BgClassName
{
background-color: #D8F873;
}
</style>
border-color css
<style>
span { border-color: #D8F873; }
span { border-color: rgb(216,248,115); }
td.TdClassName
{
border-color: #D8F873;
}
.TagClassName
{
border-color: #D8F873;
}
</style>