Shades of Mindaro #D8F76D
Tints of Mindaro #D8F76D
RGB
CMYK
RGB Variations
Color information
#D8F76D (or 0xD8F76D) is known color: Mindaro. HEX triplet: D8, F7 and 6D. RGB value is (216,247,109). Sum of RGB (Red+Green+Blue) = 216+247+109=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F76D is #270892. Grayscale: #DEDEDE. Windows color (decimal): -2558099 or 7206872. OLE color: 7206872.
HSL color Cylindrical-coordinate representation of color #D8F76D: hue angle of 73.48º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8F76D is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 247 | 109 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.03 |
| HSL | 73.48º | 0.9% | 0.7% | - |
| HSV(B) | 73.48º | 0.56% | 0.97% | - |
| XYZ | 64.34 | 82.22 | 26.95 | - |
| YUV | 222 | 64.23 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 247 | 109 | 0.13 | 0 | 0.56 | 0.03 | 73.48 | 0.9 | 0.7 |
| Hex | D8 | F7 | 6D | D | 0 | 38 | 3 | 49 | 5A | 46 |
| Octal | 330 | 367 | 155 | 15 | 0 | 70 | 3 | 111 | 132 | 106 |
| Binary | 11011000 | 11110111 | 1101101 | 1101 | 0 | 111000 | 11 | 1001001 | 1011010 | 1000110 |
Color Harmonies of #D8F76D
Complementary color
Monochromatic Colors of #D8F76D
Black with #D8F76D
Text Example
Text Example
White with #D8F76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F76D; }
p { color: rgb(216,247,109); }
H1.HeaderClassName
{
color: #D8F76D;
}
.AnyTagClassName
{
color: #D8F76D;
}
</style>
background-color css
<style>
a { background-color: #D8F76D; }
a { background-color: rgb(216,247,109); }
div.DivClassName
{
background-color: #D8F76D;
}
.BgClassName
{
background-color: #D8F76D;
}
</style>
border-color css
<style>
span { border-color: #D8F76D; }
span { border-color: rgb(216,247,109); }
td.TdClassName
{
border-color: #D8F76D;
}
.TagClassName
{
border-color: #D8F76D;
}
</style>