Shades of Light Green #95EF88
Tints of Light Green #95EF88
RGB
CMYK
RGB Variations
Color information
#95EF88 (or 0x95EF88) is known color: Light Green. HEX triplet: 95, EF and 88. RGB value is (149,239,136). Sum of RGB (Red+Green+Blue) = 149+239+136=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EF88 is #6A1077. Grayscale: #C8C8C8. Windows color (decimal): -6951032 or 8974229. OLE color: 8974229.
HSL color Cylindrical-coordinate representation of color #95EF88: hue angle of 112.43º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95EF88 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 136 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.06 |
| HSL | 112.43º | 0.76% | 0.74% | - |
| HSV(B) | 112.43º | 0.43% | 0.94% | - |
| XYZ | 47.7 | 69.9 | 34.27 | - |
| YUV | 200.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 136 | 0.38 | 0 | 0.43 | 0.06 | 112.43 | 0.76 | 0.74 |
| Hex | 95 | EF | 88 | 26 | 0 | 2B | 6 | 70 | 4C | 4A |
| Octal | 225 | 357 | 210 | 46 | 0 | 53 | 6 | 160 | 114 | 112 |
| Binary | 10010101 | 11101111 | 10001000 | 100110 | 0 | 101011 | 110 | 1110000 | 1001100 | 1001010 |
Color Harmonies of #95EF88
Complementary color
Monochromatic Colors of #95EF88
Black with #95EF88
Text Example
Text Example
White with #95EF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EF88; }
p { color: rgb(149,239,136); }
H1.HeaderClassName
{
color: #95EF88;
}
.AnyTagClassName
{
color: #95EF88;
}
</style>
background-color css
<style>
a { background-color: #95EF88; }
a { background-color: rgb(149,239,136); }
div.DivClassName
{
background-color: #95EF88;
}
.BgClassName
{
background-color: #95EF88;
}
</style>
border-color css
<style>
span { border-color: #95EF88; }
span { border-color: rgb(149,239,136); }
td.TdClassName
{
border-color: #95EF88;
}
.TagClassName
{
border-color: #95EF88;
}
</style>