Shades of Pale Green #95FB8C
Tints of Pale Green #95FB8C
RGB
CMYK
RGB Variations
Color information
#95FB8C (or 0x95FB8C) is known color: Pale Green. HEX triplet: 95, FB and 8C. RGB value is (149,251,140). Sum of RGB (Red+Green+Blue) = 149+251+140=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FB8C is #6A0473. Grayscale: #D0D0D0. Windows color (decimal): -6947956 or 9239445. OLE color: 9239445.
HSL color Cylindrical-coordinate representation of color #95FB8C: hue angle of 115.14º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95FB8C is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 251 | 140 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.02 |
| HSL | 115.14º | 0.93% | 0.77% | - |
| HSV(B) | 115.14º | 0.44% | 0.98% | - |
| XYZ | 51.63 | 77.28 | 37.01 | - |
| YUV | 207.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 251 | 140 | 0.41 | 0 | 0.44 | 0.02 | 115.14 | 0.93 | 0.77 |
| Hex | 95 | FB | 8C | 29 | 0 | 2C | 2 | 73 | 5D | 4D |
| Octal | 225 | 373 | 214 | 51 | 0 | 54 | 2 | 163 | 135 | 115 |
| Binary | 10010101 | 11111011 | 10001100 | 101001 | 0 | 101100 | 10 | 1110011 | 1011101 | 1001101 |
Color Harmonies of #95FB8C
Complementary color
Monochromatic Colors of #95FB8C
Black with #95FB8C
Text Example
Text Example
White with #95FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FB8C; }
p { color: rgb(149,251,140); }
H1.HeaderClassName
{
color: #95FB8C;
}
.AnyTagClassName
{
color: #95FB8C;
}
</style>
background-color css
<style>
a { background-color: #95FB8C; }
a { background-color: rgb(149,251,140); }
div.DivClassName
{
background-color: #95FB8C;
}
.BgClassName
{
background-color: #95FB8C;
}
</style>
border-color css
<style>
span { border-color: #95FB8C; }
span { border-color: rgb(149,251,140); }
td.TdClassName
{
border-color: #95FB8C;
}
.TagClassName
{
border-color: #95FB8C;
}
</style>