Shades of Pale Green #95FB8A
Tints of Pale Green #95FB8A
RGB
CMYK
RGB Variations
Color information
#95FB8A (or 0x95FB8A) is known color: Pale Green. HEX triplet: 95, FB and 8A. RGB value is (149,251,138). Sum of RGB (Red+Green+Blue) = 149+251+138=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FB8A is #6A0475. Grayscale: #CFCFCF. Windows color (decimal): -6947958 or 9108373. OLE color: 9108373.
HSL color Cylindrical-coordinate representation of color #95FB8A: hue angle of 114.16º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95FB8A is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 251 | 138 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.02 |
| HSL | 114.16º | 0.93% | 0.76% | - |
| HSV(B) | 114.16º | 0.45% | 0.98% | - |
| XYZ | 51.48 | 77.22 | 36.24 | - |
| YUV | 207.62 | 88.71 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 251 | 138 | 0.41 | 0 | 0.45 | 0.02 | 114.16 | 0.93 | 0.76 |
| Hex | 95 | FB | 8A | 29 | 0 | 2D | 2 | 72 | 5D | 4C |
| Octal | 225 | 373 | 212 | 51 | 0 | 55 | 2 | 162 | 135 | 114 |
| Binary | 10010101 | 11111011 | 10001010 | 101001 | 0 | 101101 | 10 | 1110010 | 1011101 | 1001100 |
Color Harmonies of #95FB8A
Complementary color
Monochromatic Colors of #95FB8A
Black with #95FB8A
Text Example
Text Example
White with #95FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FB8A; }
p { color: rgb(149,251,138); }
H1.HeaderClassName
{
color: #95FB8A;
}
.AnyTagClassName
{
color: #95FB8A;
}
</style>
background-color css
<style>
a { background-color: #95FB8A; }
a { background-color: rgb(149,251,138); }
div.DivClassName
{
background-color: #95FB8A;
}
.BgClassName
{
background-color: #95FB8A;
}
</style>
border-color css
<style>
span { border-color: #95FB8A; }
span { border-color: rgb(149,251,138); }
td.TdClassName
{
border-color: #95FB8A;
}
.TagClassName
{
border-color: #95FB8A;
}
</style>