Shades of Pale Green #95F991
Tints of Pale Green #95F991
RGB
CMYK
RGB Variations
Color information
#95F991 (or 0x95F991) is known color: Pale Green. HEX triplet: 95, F9 and 91. RGB value is (149,249,145). Sum of RGB (Red+Green+Blue) = 149+249+145=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #95F991 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F991 is #6A066E. Grayscale: #CFCFCF. Windows color (decimal): -6948463 or 9566613. OLE color: 9566613.
HSL color Cylindrical-coordinate representation of color #95F991: hue angle of 117.69º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95F991 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 145 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.02 |
| HSL | 117.69º | 0.9% | 0.77% | - |
| HSV(B) | 117.69º | 0.42% | 0.98% | - |
| XYZ | 51.38 | 76.19 | 38.79 | - |
| YUV | 207.24 | 92.87 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 145 | 0.40 | 0 | 0.42 | 0.02 | 117.69 | 0.9 | 0.77 |
| Hex | 95 | F9 | 91 | 28 | 0 | 2A | 2 | 76 | 5A | 4D |
| Octal | 225 | 371 | 221 | 50 | 0 | 52 | 2 | 166 | 132 | 115 |
| Binary | 10010101 | 11111001 | 10010001 | 101000 | 0 | 101010 | 10 | 1110110 | 1011010 | 1001101 |
Color Harmonies of #95F991
Complementary color
Monochromatic Colors of #95F991
Black with #95F991
Text Example
Text Example
White with #95F991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F991; }
p { color: rgb(149,249,145); }
H1.HeaderClassName
{
color: #95F991;
}
.AnyTagClassName
{
color: #95F991;
}
</style>
background-color css
<style>
a { background-color: #95F991; }
a { background-color: rgb(149,249,145); }
div.DivClassName
{
background-color: #95F991;
}
.BgClassName
{
background-color: #95F991;
}
</style>
border-color css
<style>
span { border-color: #95F991; }
span { border-color: rgb(149,249,145); }
td.TdClassName
{
border-color: #95F991;
}
.TagClassName
{
border-color: #95F991;
}
</style>