Shades of Mint Green #95FDB0
Tints of Mint Green #95FDB0
RGB
CMYK
RGB Variations
Color information
#95FDB0 (or 0x95FDB0) is known color: Mint Green. HEX triplet: 95, FD and B0. RGB value is (149,253,176). Sum of RGB (Red+Green+Blue) = 149+253+176=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FDB0 is #6A024F. Grayscale: #D5D5D5. Windows color (decimal): -6947408 or 11599253. OLE color: 11599253.
HSL color Cylindrical-coordinate representation of color #95FDB0: hue angle of 135.58º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FDB0 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 149 | 253 | 176 | - |
CMYK | 0.41 | 0 | 0.30 | 0.01 |
HSL | 135.58º | 0.96% | 0.79% | - |
HSV(B) | 135.58º | 0.41% | 0.99% | - |
XYZ | 55.36 | 79.77 | 53.55 | - |
YUV | 213.13 | 107.04 | 82.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 149 | 253 | 176 | 0.41 | 0 | 0.30 | 0.01 | 135.58 | 0.96 | 0.79 |
Hex | 95 | FD | B0 | 29 | 0 | 1E | 1 | 88 | 60 | 4F |
Octal | 225 | 375 | 260 | 51 | 0 | 36 | 1 | 210 | 140 | 117 |
Binary | 10010101 | 11111101 | 10110000 | 101001 | 0 | 11110 | 1 | 10001000 | 1100000 | 1001111 |
Color Harmonies of #95FDB0
Complementary color
Monochromatic Colors of #95FDB0
Black with #95FDB0
Text Example
Text Example
White with #95FDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FDB0; }
p { color: rgb(149,253,176); }
H1.HeaderClassName
{
color: #95FDB0;
}
.AnyTagClassName
{
color: #95FDB0;
}
</style>
background-color css
<style>
a { background-color: #95FDB0; }
a { background-color: rgb(149,253,176); }
div.DivClassName
{
background-color: #95FDB0;
}
.BgClassName
{
background-color: #95FDB0;
}
</style>
border-color css
<style>
span { border-color: #95FDB0; }
span { border-color: rgb(149,253,176); }
td.TdClassName
{
border-color: #95FDB0;
}
.TagClassName
{
border-color: #95FDB0;
}
</style>