Shades of Mindaro #D8F875
Tints of Mindaro #D8F875
RGB
CMYK
RGB Variations
Color information
#D8F875 (or 0xD8F875) is known color: Mindaro. HEX triplet: D8, F8 and 75. RGB value is (216,248,117). Sum of RGB (Red+Green+Blue) = 216+248+117=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 117 (46.09% from 255 or 20.14% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F875 is #27078A. Grayscale: #DFDFDF. Windows color (decimal): -2557835 or 7731416. OLE color: 7731416.
HSL color Cylindrical-coordinate representation of color #D8F875: hue angle of 74.66º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8F875 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 248 | 117 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.03 |
| HSL | 74.66º | 0.9% | 0.72% | - |
| HSV(B) | 74.66º | 0.53% | 0.97% | - |
| XYZ | 65.1 | 83.02 | 29.42 | - |
| YUV | 223.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 248 | 117 | 0.13 | 0 | 0.53 | 0.03 | 74.66 | 0.9 | 0.72 |
| Hex | D8 | F8 | 75 | D | 0 | 35 | 3 | 4B | 5A | 48 |
| Octal | 330 | 370 | 165 | 15 | 0 | 65 | 3 | 113 | 132 | 110 |
| Binary | 11011000 | 11111000 | 1110101 | 1101 | 0 | 110101 | 11 | 1001011 | 1011010 | 1001000 |
Color Harmonies of #D8F875
Complementary color
Monochromatic Colors of #D8F875
Black with #D8F875
Text Example
Text Example
White with #D8F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F875; }
p { color: rgb(216,248,117); }
H1.HeaderClassName
{
color: #D8F875;
}
.AnyTagClassName
{
color: #D8F875;
}
</style>
background-color css
<style>
a { background-color: #D8F875; }
a { background-color: rgb(216,248,117); }
div.DivClassName
{
background-color: #D8F875;
}
.BgClassName
{
background-color: #D8F875;
}
</style>
border-color css
<style>
span { border-color: #D8F875; }
span { border-color: rgb(216,248,117); }
td.TdClassName
{
border-color: #D8F875;
}
.TagClassName
{
border-color: #D8F875;
}
</style>