Shades of Magic Mint #95FFBF
Tints of Magic Mint #95FFBF
RGB
CMYK
RGB Variations
Color information
#95FFBF (or 0x95FFBF) is known color: Magic Mint. HEX triplet: 95, FF and BF. RGB value is (149,255,191). Sum of RGB (Red+Green+Blue) = 149+255+191=595 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.04% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFBF is #6A0040. Grayscale: #D8D8D8. Windows color (decimal): -6946881 or 12582805. OLE color: 12582805.
HSL color Cylindrical-coordinate representation of color #95FFBF: hue angle of 143.77º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFBF is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 191 | - |
| CMYK | 0.42 | 0 | 0.25 | 0 |
| HSL | 143.77º | 1% | 0.79% | - |
| HSV(B) | 143.77º | 0.42% | 1% | - |
| XYZ | 57.56 | 81.67 | 62.02 | - |
| YUV | 216.01 | 113.88 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 191 | 0.42 | 0 | 0.25 | 0 | 143.77 | 1 | 0.79 |
| Hex | 95 | FF | BF | 2A | 0 | 19 | 0 | 90 | 64 | 4F |
| Octal | 225 | 377 | 277 | 52 | 0 | 31 | 0 | 220 | 144 | 117 |
| Binary | 10010101 | 11111111 | 10111111 | 101010 | 0 | 11001 | 0 | 10010000 | 1100100 | 1001111 |
Color Harmonies of #95FFBF
Complementary color
Monochromatic Colors of #95FFBF
Black with #95FFBF
Text Example
Text Example
White with #95FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FFBF; }
p { color: rgb(149,255,191); }
H1.HeaderClassName
{
color: #95FFBF;
}
.AnyTagClassName
{
color: #95FFBF;
}
</style>
background-color css
<style>
a { background-color: #95FFBF; }
a { background-color: rgb(149,255,191); }
div.DivClassName
{
background-color: #95FFBF;
}
.BgClassName
{
background-color: #95FFBF;
}
</style>
border-color css
<style>
span { border-color: #95FFBF; }
span { border-color: rgb(149,255,191); }
td.TdClassName
{
border-color: #95FFBF;
}
.TagClassName
{
border-color: #95FFBF;
}
</style>