Shades of Mindaro #D8F47F
Tints of Mindaro #D8F47F
RGB
CMYK
RGB Variations
Color information
#D8F47F (or 0xD8F47F) is known color: Mindaro. HEX triplet: D8, F4 and 7F. RGB value is (216,244,127). Sum of RGB (Red+Green+Blue) = 216+244+127=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F47F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F47F is #270B80. Grayscale: #DEDEDE. Windows color (decimal): -2558849 or 8385752. OLE color: 8385752.
HSL color Cylindrical-coordinate representation of color #D8F47F: hue angle of 74.36º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8F47F is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 127 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.04 |
| HSL | 74.36º | 0.84% | 0.73% | - |
| HSV(B) | 74.36º | 0.48% | 0.96% | - |
| XYZ | 64.5 | 80.83 | 32.28 | - |
| YUV | 222.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 127 | 0.11 | 0 | 0.48 | 0.04 | 74.36 | 0.84 | 0.73 |
| Hex | D8 | F4 | 7F | B | 0 | 30 | 4 | 4A | 54 | 49 |
| Octal | 330 | 364 | 177 | 13 | 0 | 60 | 4 | 112 | 124 | 111 |
| Binary | 11011000 | 11110100 | 1111111 | 1011 | 0 | 110000 | 100 | 1001010 | 1010100 | 1001001 |
Color Harmonies of #D8F47F
Complementary color
Monochromatic Colors of #D8F47F
Black with #D8F47F
Text Example
Text Example
White with #D8F47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F47F; }
p { color: rgb(216,244,127); }
H1.HeaderClassName
{
color: #D8F47F;
}
.AnyTagClassName
{
color: #D8F47F;
}
</style>
background-color css
<style>
a { background-color: #D8F47F; }
a { background-color: rgb(216,244,127); }
div.DivClassName
{
background-color: #D8F47F;
}
.BgClassName
{
background-color: #D8F47F;
}
</style>
border-color css
<style>
span { border-color: #D8F47F; }
span { border-color: rgb(216,244,127); }
td.TdClassName
{
border-color: #D8F47F;
}
.TagClassName
{
border-color: #D8F47F;
}
</style>