Shades of Mindaro #D8F07C
Tints of Mindaro #D8F07C
RGB
CMYK
RGB Variations
Color information
#D8F07C (or 0xD8F07C) is known color: Mindaro. HEX triplet: D8, F0 and 7C. RGB value is (216,240,124). Sum of RGB (Red+Green+Blue) = 216+240+124=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F07C is #270F83. Grayscale: #DCDCDC. Windows color (decimal): -2559876 or 8188120. OLE color: 8188120.
HSL color Cylindrical-coordinate representation of color #D8F07C: hue angle of 72.41º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8F07C is Cyan = 0.1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 240 | 124 | - |
| CMYK | 0.1 | 0 | 0.48 | 0.06 |
| HSL | 72.41º | 0.79% | 0.71% | - |
| HSV(B) | 72.41º | 0.48% | 0.94% | - |
| XYZ | 63.12 | 78.37 | 30.87 | - |
| YUV | 219.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 124 | 0.1 | 0 | 0.48 | 0.06 | 72.41 | 0.79 | 0.71 |
| Hex | D8 | F0 | 7C | A | 0 | 30 | 6 | 48 | 4F | 47 |
| Octal | 330 | 360 | 174 | 12 | 0 | 60 | 6 | 110 | 117 | 107 |
| Binary | 11011000 | 11110000 | 1111100 | 1010 | 0 | 110000 | 110 | 1001000 | 1001111 | 1000111 |
Color Harmonies of #D8F07C
Complementary color
Monochromatic Colors of #D8F07C
Black with #D8F07C
Text Example
Text Example
White with #D8F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F07C; }
p { color: rgb(216,240,124); }
H1.HeaderClassName
{
color: #D8F07C;
}
.AnyTagClassName
{
color: #D8F07C;
}
</style>
background-color css
<style>
a { background-color: #D8F07C; }
a { background-color: rgb(216,240,124); }
div.DivClassName
{
background-color: #D8F07C;
}
.BgClassName
{
background-color: #D8F07C;
}
</style>
border-color css
<style>
span { border-color: #D8F07C; }
span { border-color: rgb(216,240,124); }
td.TdClassName
{
border-color: #D8F07C;
}
.TagClassName
{
border-color: #D8F07C;
}
</style>