Shades of Mindaro #D8F178
Tints of Mindaro #D8F178
RGB
CMYK
RGB Variations
Color information
#D8F178 (or 0xD8F178) is known color: Mindaro. HEX triplet: D8, F1 and 78. RGB value is (216,241,120). Sum of RGB (Red+Green+Blue) = 216+241+120=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 120 (47.27% from 255 or 20.80% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F178 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F178 is #270E87. Grayscale: #DCDCDC. Windows color (decimal): -2559624 or 7926232. OLE color: 7926232.
HSL color Cylindrical-coordinate representation of color #D8F178: hue angle of 72.4º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8F178 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 120 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.05 |
| HSL | 72.4º | 0.81% | 0.71% | - |
| HSV(B) | 72.4º | 0.5% | 0.95% | - |
| XYZ | 63.16 | 78.87 | 29.66 | - |
| YUV | 219.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 120 | 0.10 | 0 | 0.50 | 0.05 | 72.4 | 0.81 | 0.71 |
| Hex | D8 | F1 | 78 | A | 0 | 32 | 5 | 48 | 51 | 47 |
| Octal | 330 | 361 | 170 | 12 | 0 | 62 | 5 | 110 | 121 | 107 |
| Binary | 11011000 | 11110001 | 1111000 | 1010 | 0 | 110010 | 101 | 1001000 | 1010001 | 1000111 |
Color Harmonies of #D8F178
Complementary color
Monochromatic Colors of #D8F178
Black with #D8F178
Text Example
Text Example
White with #D8F178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F178; }
p { color: rgb(216,241,120); }
H1.HeaderClassName
{
color: #D8F178;
}
.AnyTagClassName
{
color: #D8F178;
}
</style>
background-color css
<style>
a { background-color: #D8F178; }
a { background-color: rgb(216,241,120); }
div.DivClassName
{
background-color: #D8F178;
}
.BgClassName
{
background-color: #D8F178;
}
</style>
border-color css
<style>
span { border-color: #D8F178; }
span { border-color: rgb(216,241,120); }
td.TdClassName
{
border-color: #D8F178;
}
.TagClassName
{
border-color: #D8F178;
}
</style>