Shades of Pale Green #95F5B0
Tints of Pale Green #95F5B0
RGB
CMYK
RGB Variations
Color information
#95F5B0 (or 0x95F5B0) is known color: Pale Green. HEX triplet: 95, F5 and B0. RGB value is (149,245,176). Sum of RGB (Red+Green+Blue) = 149+245+176=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #95F5B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F5B0 is #6A0A4F. Grayscale: #D0D0D0. Windows color (decimal): -6949456 or 11597205. OLE color: 11597205.
HSL color Cylindrical-coordinate representation of color #95F5B0: hue angle of 136.88º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F5B0 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 245 | 176 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.04 |
| HSL | 136.88º | 0.83% | 0.77% | - |
| HSV(B) | 136.88º | 0.39% | 0.96% | - |
| XYZ | 52.88 | 74.83 | 52.73 | - |
| YUV | 208.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 245 | 176 | 0.39 | 0 | 0.28 | 0.04 | 136.88 | 0.83 | 0.77 |
| Hex | 95 | F5 | B0 | 27 | 0 | 1C | 4 | 89 | 53 | 4D |
| Octal | 225 | 365 | 260 | 47 | 0 | 34 | 4 | 211 | 123 | 115 |
| Binary | 10010101 | 11110101 | 10110000 | 100111 | 0 | 11100 | 100 | 10001001 | 1010011 | 1001101 |
Color Harmonies of #95F5B0
Complementary color
Monochromatic Colors of #95F5B0
Black with #95F5B0
Text Example
Text Example
White with #95F5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F5B0; }
p { color: rgb(149,245,176); }
H1.HeaderClassName
{
color: #95F5B0;
}
.AnyTagClassName
{
color: #95F5B0;
}
</style>
background-color css
<style>
a { background-color: #95F5B0; }
a { background-color: rgb(149,245,176); }
div.DivClassName
{
background-color: #95F5B0;
}
.BgClassName
{
background-color: #95F5B0;
}
</style>
border-color css
<style>
span { border-color: #95F5B0; }
span { border-color: rgb(149,245,176); }
td.TdClassName
{
border-color: #95F5B0;
}
.TagClassName
{
border-color: #95F5B0;
}
</style>