Shades of Mindaro #D8F96F
Tints of Mindaro #D8F96F
RGB
CMYK
RGB Variations
Color information
#D8F96F (or 0xD8F96F) is known color: Mindaro. HEX triplet: D8, F9 and 6F. RGB value is (216,249,111). Sum of RGB (Red+Green+Blue) = 216+249+111=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 111 (43.75% from 255 or 19.27% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F96F is #270690. Grayscale: #DFDFDF. Windows color (decimal): -2557585 or 7338456. OLE color: 7338456.
HSL color Cylindrical-coordinate representation of color #D8F96F: hue angle of 74.35º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8F96F is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 111 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.02 |
| HSL | 74.35º | 0.92% | 0.71% | - |
| HSV(B) | 74.35º | 0.55% | 0.98% | - |
| XYZ | 65.06 | 83.5 | 27.73 | - |
| YUV | 223.4 | 64.57 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 111 | 0.13 | 0 | 0.55 | 0.02 | 74.35 | 0.92 | 0.71 |
| Hex | D8 | F9 | 6F | D | 0 | 37 | 2 | 4A | 5C | 47 |
| Octal | 330 | 371 | 157 | 15 | 0 | 67 | 2 | 112 | 134 | 107 |
| Binary | 11011000 | 11111001 | 1101111 | 1101 | 0 | 110111 | 10 | 1001010 | 1011100 | 1000111 |
Color Harmonies of #D8F96F
Complementary color
Monochromatic Colors of #D8F96F
Black with #D8F96F
Text Example
Text Example
White with #D8F96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F96F; }
p { color: rgb(216,249,111); }
H1.HeaderClassName
{
color: #D8F96F;
}
.AnyTagClassName
{
color: #D8F96F;
}
</style>
background-color css
<style>
a { background-color: #D8F96F; }
a { background-color: rgb(216,249,111); }
div.DivClassName
{
background-color: #D8F96F;
}
.BgClassName
{
background-color: #D8F96F;
}
</style>
border-color css
<style>
span { border-color: #D8F96F; }
span { border-color: rgb(216,249,111); }
td.TdClassName
{
border-color: #D8F96F;
}
.TagClassName
{
border-color: #D8F96F;
}
</style>