Shades of Pale Green #95EF9F
Tints of Pale Green #95EF9F
RGB
CMYK
RGB Variations
Color information
#95EF9F (or 0x95EF9F) is known color: Pale Green. HEX triplet: 95, EF and 9F. RGB value is (149,239,159). Sum of RGB (Red+Green+Blue) = 149+239+159=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EF9F is #6A1060. Grayscale: #CBCBCB. Windows color (decimal): -6951009 or 10481557. OLE color: 10481557.
HSL color Cylindrical-coordinate representation of color #95EF9F: hue angle of 126.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EF9F is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 159 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.06 |
| HSL | 126.67º | 0.74% | 0.76% | - |
| HSV(B) | 126.67º | 0.38% | 0.94% | - |
| XYZ | 49.52 | 70.63 | 43.82 | - |
| YUV | 202.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 159 | 0.38 | 0 | 0.33 | 0.06 | 126.67 | 0.74 | 0.76 |
| Hex | 95 | EF | 9F | 26 | 0 | 21 | 6 | 7F | 4A | 4C |
| Octal | 225 | 357 | 237 | 46 | 0 | 41 | 6 | 177 | 112 | 114 |
| Binary | 10010101 | 11101111 | 10011111 | 100110 | 0 | 100001 | 110 | 1111111 | 1001010 | 1001100 |
Color Harmonies of #95EF9F
Complementary color
Monochromatic Colors of #95EF9F
Black with #95EF9F
Text Example
Text Example
White with #95EF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EF9F; }
p { color: rgb(149,239,159); }
H1.HeaderClassName
{
color: #95EF9F;
}
.AnyTagClassName
{
color: #95EF9F;
}
</style>
background-color css
<style>
a { background-color: #95EF9F; }
a { background-color: rgb(149,239,159); }
div.DivClassName
{
background-color: #95EF9F;
}
.BgClassName
{
background-color: #95EF9F;
}
</style>
border-color css
<style>
span { border-color: #95EF9F; }
span { border-color: rgb(149,239,159); }
td.TdClassName
{
border-color: #95EF9F;
}
.TagClassName
{
border-color: #95EF9F;
}
</style>