Shades of Mindaro #D8F05F
Tints of Mindaro #D8F05F
RGB
CMYK
RGB Variations
Color information
#D8F05F (or 0xD8F05F) is known color: Mindaro. HEX triplet: D8, F0 and 5F. RGB value is (216,240,95). Sum of RGB (Red+Green+Blue) = 216+240+95=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 95 (37.5% from 255 or 17.24% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F05F is #270FA0. Grayscale: #D8D8D8. Windows color (decimal): -2559905 or 6287576. OLE color: 6287576.
HSL color Cylindrical-coordinate representation of color #D8F05F: hue angle of 69.93º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8F05F is Cyan = 0.1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 240 | 95 | - |
| CMYK | 0.1 | 0 | 0.60 | 0.06 |
| HSL | 69.93º | 0.83% | 0.66% | - |
| HSV(B) | 69.93º | 0.6% | 0.94% | - |
| XYZ | 61.54 | 77.75 | 22.59 | - |
| YUV | 216.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 95 | 0.1 | 0 | 0.60 | 0.06 | 69.93 | 0.83 | 0.66 |
| Hex | D8 | F0 | 5F | A | 0 | 3C | 6 | 46 | 53 | 42 |
| Octal | 330 | 360 | 137 | 12 | 0 | 74 | 6 | 106 | 123 | 102 |
| Binary | 11011000 | 11110000 | 1011111 | 1010 | 0 | 111100 | 110 | 1000110 | 1010011 | 1000010 |
Color Harmonies of #D8F05F
Complementary color
Monochromatic Colors of #D8F05F
Black with #D8F05F
Text Example
Text Example
White with #D8F05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F05F; }
p { color: rgb(216,240,95); }
H1.HeaderClassName
{
color: #D8F05F;
}
.AnyTagClassName
{
color: #D8F05F;
}
</style>
background-color css
<style>
a { background-color: #D8F05F; }
a { background-color: rgb(216,240,95); }
div.DivClassName
{
background-color: #D8F05F;
}
.BgClassName
{
background-color: #D8F05F;
}
</style>
border-color css
<style>
span { border-color: #D8F05F; }
span { border-color: rgb(216,240,95); }
td.TdClassName
{
border-color: #D8F05F;
}
.TagClassName
{
border-color: #D8F05F;
}
</style>