Shades of Mindaro #D8F158
Tints of Mindaro #D8F158
RGB
CMYK
RGB Variations
Color information
#D8F158 (or 0xD8F158) is known color: Mindaro. HEX triplet: D8, F1 and 58. RGB value is (216,241,88). Sum of RGB (Red+Green+Blue) = 216+241+88=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F158 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F158 is #270EA7. Grayscale: #D8D8D8. Windows color (decimal): -2559656 or 5829080. OLE color: 5829080.
HSL color Cylindrical-coordinate representation of color #D8F158: hue angle of 69.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8F158 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 88 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.05 |
| HSL | 69.8º | 0.85% | 0.65% | - |
| HSV(B) | 69.8º | 0.63% | 0.95% | - |
| XYZ | 61.54 | 78.21 | 21.09 | - |
| YUV | 216.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 88 | 0.10 | 0 | 0.63 | 0.05 | 69.8 | 0.85 | 0.65 |
| Hex | D8 | F1 | 58 | A | 0 | 3F | 5 | 46 | 55 | 41 |
| Octal | 330 | 361 | 130 | 12 | 0 | 77 | 5 | 106 | 125 | 101 |
| Binary | 11011000 | 11110001 | 1011000 | 1010 | 0 | 111111 | 101 | 1000110 | 1010101 | 1000001 |
Color Harmonies of #D8F158
Complementary color
Monochromatic Colors of #D8F158
Black with #D8F158
Text Example
Text Example
White with #D8F158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F158; }
p { color: rgb(216,241,88); }
H1.HeaderClassName
{
color: #D8F158;
}
.AnyTagClassName
{
color: #D8F158;
}
</style>
background-color css
<style>
a { background-color: #D8F158; }
a { background-color: rgb(216,241,88); }
div.DivClassName
{
background-color: #D8F158;
}
.BgClassName
{
background-color: #D8F158;
}
</style>
border-color css
<style>
span { border-color: #D8F158; }
span { border-color: rgb(216,241,88); }
td.TdClassName
{
border-color: #D8F158;
}
.TagClassName
{
border-color: #D8F158;
}
</style>