Shades of Magic Mint #95FFBD
Tints of Magic Mint #95FFBD
RGB
CMYK
RGB Variations
Color information
#95FFBD (or 0x95FFBD) is known color: Magic Mint. HEX triplet: 95, FF and BD. RGB value is (149,255,189). Sum of RGB (Red+Green+Blue) = 149+255+189=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFBD is #6A0042. Grayscale: #D7D7D7. Windows color (decimal): -6946883 or 12451733. OLE color: 12451733.
HSL color Cylindrical-coordinate representation of color #95FFBD: hue angle of 142.64º 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 #95FFBD is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 189 | - |
| CMYK | 0.42 | 0 | 0.26 | 0 |
| HSL | 142.64º | 1% | 0.79% | - |
| HSV(B) | 142.64º | 0.42% | 1% | - |
| XYZ | 57.34 | 81.58 | 60.87 | - |
| YUV | 215.78 | 112.88 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 189 | 0.42 | 0 | 0.26 | 0 | 142.64 | 1 | 0.79 |
| Hex | 95 | FF | BD | 2A | 0 | 1A | 0 | 8F | 64 | 4F |
| Octal | 225 | 377 | 275 | 52 | 0 | 32 | 0 | 217 | 144 | 117 |
| Binary | 10010101 | 11111111 | 10111101 | 101010 | 0 | 11010 | 0 | 10001111 | 1100100 | 1001111 |
Color Harmonies of #95FFBD
Complementary color
Monochromatic Colors of #95FFBD
Black with #95FFBD
Text Example
Text Example
White with #95FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FFBD; }
p { color: rgb(149,255,189); }
H1.HeaderClassName
{
color: #95FFBD;
}
.AnyTagClassName
{
color: #95FFBD;
}
</style>
background-color css
<style>
a { background-color: #95FFBD; }
a { background-color: rgb(149,255,189); }
div.DivClassName
{
background-color: #95FFBD;
}
.BgClassName
{
background-color: #95FFBD;
}
</style>
border-color css
<style>
span { border-color: #95FFBD; }
span { border-color: rgb(149,255,189); }
td.TdClassName
{
border-color: #95FFBD;
}
.TagClassName
{
border-color: #95FFBD;
}
</style>