Shades of Mindaro #D8F55F
Tints of Mindaro #D8F55F
RGB
CMYK
RGB Variations
Color information
#D8F55F (or 0xD8F55F) is known color: Mindaro. HEX triplet: D8, F5 and 5F. RGB value is (216,245,95). Sum of RGB (Red+Green+Blue) = 216+245+95=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 95 (37.5% from 255 or 17.09% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F55F is #270AA0. Grayscale: #DBDBDB. Windows color (decimal): -2558625 or 6288856. OLE color: 6288856.
HSL color Cylindrical-coordinate representation of color #D8F55F: hue angle of 71.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8F55F is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 245 | 95 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.04 |
| HSL | 71.6º | 0.88% | 0.67% | - |
| HSV(B) | 71.6º | 0.61% | 0.96% | - |
| XYZ | 63.04 | 80.73 | 23.09 | - |
| YUV | 219.23 | 57.89 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 245 | 95 | 0.12 | 0 | 0.61 | 0.04 | 71.6 | 0.88 | 0.67 |
| Hex | D8 | F5 | 5F | C | 0 | 3D | 4 | 48 | 58 | 43 |
| Octal | 330 | 365 | 137 | 14 | 0 | 75 | 4 | 110 | 130 | 103 |
| Binary | 11011000 | 11110101 | 1011111 | 1100 | 0 | 111101 | 100 | 1001000 | 1011000 | 1000011 |
Color Harmonies of #D8F55F
Complementary color
Monochromatic Colors of #D8F55F
Black with #D8F55F
Text Example
Text Example
White with #D8F55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F55F; }
p { color: rgb(216,245,95); }
H1.HeaderClassName
{
color: #D8F55F;
}
.AnyTagClassName
{
color: #D8F55F;
}
</style>
background-color css
<style>
a { background-color: #D8F55F; }
a { background-color: rgb(216,245,95); }
div.DivClassName
{
background-color: #D8F55F;
}
.BgClassName
{
background-color: #D8F55F;
}
</style>
border-color css
<style>
span { border-color: #D8F55F; }
span { border-color: rgb(216,245,95); }
td.TdClassName
{
border-color: #D8F55F;
}
.TagClassName
{
border-color: #D8F55F;
}
</style>