Shades of Light Green #95EF98
Tints of Light Green #95EF98
RGB
CMYK
RGB Variations
Color information
#95EF98 (or 0x95EF98) is known color: Light Green. HEX triplet: 95, EF and 98. RGB value is (149,239,152). Sum of RGB (Red+Green+Blue) = 149+239+152=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EF98 is #6A1067. Grayscale: #CACACA. Windows color (decimal): -6951016 or 10022805. OLE color: 10022805.
HSL color Cylindrical-coordinate representation of color #95EF98: hue angle of 122º 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 #95EF98 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 152 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.06 |
| HSL | 122º | 0.74% | 0.76% | - |
| HSV(B) | 122º | 0.38% | 0.94% | - |
| XYZ | 48.93 | 70.39 | 40.71 | - |
| YUV | 202.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 152 | 0.38 | 0 | 0.36 | 0.06 | 122 | 0.74 | 0.76 |
| Hex | 95 | EF | 98 | 26 | 0 | 24 | 6 | 7A | 4A | 4C |
| Octal | 225 | 357 | 230 | 46 | 0 | 44 | 6 | 172 | 112 | 114 |
| Binary | 10010101 | 11101111 | 10011000 | 100110 | 0 | 100100 | 110 | 1111010 | 1001010 | 1001100 |
Color Harmonies of #95EF98
Complementary color
Monochromatic Colors of #95EF98
Black with #95EF98
Text Example
Text Example
White with #95EF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EF98; }
p { color: rgb(149,239,152); }
H1.HeaderClassName
{
color: #95EF98;
}
.AnyTagClassName
{
color: #95EF98;
}
</style>
background-color css
<style>
a { background-color: #95EF98; }
a { background-color: rgb(149,239,152); }
div.DivClassName
{
background-color: #95EF98;
}
.BgClassName
{
background-color: #95EF98;
}
</style>
border-color css
<style>
span { border-color: #95EF98; }
span { border-color: rgb(149,239,152); }
td.TdClassName
{
border-color: #95EF98;
}
.TagClassName
{
border-color: #95EF98;
}
</style>