Shades of Light Green #96F880
Tints of Light Green #96F880
RGB
CMYK
RGB Variations
Color information
#96F880 (or 0x96F880) is known color: Light Green. HEX triplet: 96, F8 and 80. RGB value is (150,248,128). Sum of RGB (Red+Green+Blue) = 150+248+128=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #96F880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F880 is #69077F. Grayscale: #CDCDCD. Windows color (decimal): -6883200 or 8452246. OLE color: 8452246.
HSL color Cylindrical-coordinate representation of color #96F880: hue angle of 109º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96F880 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 128 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.03 |
| HSL | 109º | 0.9% | 0.74% | - |
| HSV(B) | 109º | 0.48% | 0.97% | - |
| XYZ | 50.04 | 75.18 | 32.3 | - |
| YUV | 205.02 | 84.53 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 128 | 0.40 | 0 | 0.48 | 0.03 | 109 | 0.9 | 0.74 |
| Hex | 96 | F8 | 80 | 28 | 0 | 30 | 3 | 6D | 5A | 4A |
| Octal | 226 | 370 | 200 | 50 | 0 | 60 | 3 | 155 | 132 | 112 |
| Binary | 10010110 | 11111000 | 10000000 | 101000 | 0 | 110000 | 11 | 1101101 | 1011010 | 1001010 |
Color Harmonies of #96F880
Complementary color
Monochromatic Colors of #96F880
Black with #96F880
Text Example
Text Example
White with #96F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F880; }
p { color: rgb(150,248,128); }
H1.HeaderClassName
{
color: #96F880;
}
.AnyTagClassName
{
color: #96F880;
}
</style>
background-color css
<style>
a { background-color: #96F880; }
a { background-color: rgb(150,248,128); }
div.DivClassName
{
background-color: #96F880;
}
.BgClassName
{
background-color: #96F880;
}
</style>
border-color css
<style>
span { border-color: #96F880; }
span { border-color: rgb(150,248,128); }
td.TdClassName
{
border-color: #96F880;
}
.TagClassName
{
border-color: #96F880;
}
</style>