Shades of Mindaro #D8F161
Tints of Mindaro #D8F161
RGB
CMYK
RGB Variations
Color information
#D8F161 (or 0xD8F161) is known color: Mindaro. HEX triplet: D8, F1 and 61. RGB value is (216,241,97). Sum of RGB (Red+Green+Blue) = 216+241+97=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 97 (38.28% from 255 or 17.51% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F161 is #270E9E. Grayscale: #D9D9D9. Windows color (decimal): -2559647 or 6418904. OLE color: 6418904.
HSL color Cylindrical-coordinate representation of color #D8F161: hue angle of 70.42º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8F161 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 97 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.05 |
| HSL | 70.42º | 0.84% | 0.66% | - |
| HSV(B) | 70.42º | 0.6% | 0.95% | - |
| XYZ | 61.93 | 78.37 | 23.17 | - |
| YUV | 217.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 97 | 0.10 | 0 | 0.60 | 0.05 | 70.42 | 0.84 | 0.66 |
| Hex | D8 | F1 | 61 | A | 0 | 3C | 5 | 46 | 54 | 42 |
| Octal | 330 | 361 | 141 | 12 | 0 | 74 | 5 | 106 | 124 | 102 |
| Binary | 11011000 | 11110001 | 1100001 | 1010 | 0 | 111100 | 101 | 1000110 | 1010100 | 1000010 |
Color Harmonies of #D8F161
Complementary color
Monochromatic Colors of #D8F161
Black with #D8F161
Text Example
Text Example
White with #D8F161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F161; }
p { color: rgb(216,241,97); }
H1.HeaderClassName
{
color: #D8F161;
}
.AnyTagClassName
{
color: #D8F161;
}
</style>
background-color css
<style>
a { background-color: #D8F161; }
a { background-color: rgb(216,241,97); }
div.DivClassName
{
background-color: #D8F161;
}
.BgClassName
{
background-color: #D8F161;
}
</style>
border-color css
<style>
span { border-color: #D8F161; }
span { border-color: rgb(216,241,97); }
td.TdClassName
{
border-color: #D8F161;
}
.TagClassName
{
border-color: #D8F161;
}
</style>