Shades of Pale Green #95F59D
Tints of Pale Green #95F59D
RGB
CMYK
RGB Variations
Color information
#95F59D (or 0x95F59D) is known color: Pale Green. HEX triplet: 95, F5 and 9D. RGB value is (149,245,157). Sum of RGB (Red+Green+Blue) = 149+245+157=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #95F59D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F59D is #6A0A62. Grayscale: #CECECE. Windows color (decimal): -6949475 or 10352021. OLE color: 10352021.
HSL color Cylindrical-coordinate representation of color #95F59D: hue angle of 125º 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 #95F59D is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 245 | 157 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.04 |
| HSL | 125º | 0.83% | 0.77% | - |
| HSV(B) | 125º | 0.39% | 0.96% | - |
| XYZ | 51.13 | 74.13 | 43.51 | - |
| YUV | 206.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 245 | 157 | 0.39 | 0 | 0.36 | 0.04 | 125 | 0.83 | 0.77 |
| Hex | 95 | F5 | 9D | 27 | 0 | 24 | 4 | 7D | 53 | 4D |
| Octal | 225 | 365 | 235 | 47 | 0 | 44 | 4 | 175 | 123 | 115 |
| Binary | 10010101 | 11110101 | 10011101 | 100111 | 0 | 100100 | 100 | 1111101 | 1010011 | 1001101 |
Color Harmonies of #95F59D
Complementary color
Monochromatic Colors of #95F59D
Black with #95F59D
Text Example
Text Example
White with #95F59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F59D; }
p { color: rgb(149,245,157); }
H1.HeaderClassName
{
color: #95F59D;
}
.AnyTagClassName
{
color: #95F59D;
}
</style>
background-color css
<style>
a { background-color: #95F59D; }
a { background-color: rgb(149,245,157); }
div.DivClassName
{
background-color: #95F59D;
}
.BgClassName
{
background-color: #95F59D;
}
</style>
border-color css
<style>
span { border-color: #95F59D; }
span { border-color: rgb(149,245,157); }
td.TdClassName
{
border-color: #95F59D;
}
.TagClassName
{
border-color: #95F59D;
}
</style>