Shades of Light Green #9BFC80
Tints of Light Green #9BFC80
RGB
CMYK
RGB Variations
Color information
#9BFC80 (or 0x9BFC80) is known color: Light Green. HEX triplet: 9B, FC and 80. RGB value is (155,252,128). Sum of RGB (Red+Green+Blue) = 155+252+128=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC80 is #64037F. Grayscale: #D1D1D1. Windows color (decimal): -6554496 or 8453275. OLE color: 8453275.
HSL color Cylindrical-coordinate representation of color #9BFC80: hue angle of 106.94º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BFC80 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 128 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.01 |
| HSL | 106.94º | 0.95% | 0.75% | - |
| HSV(B) | 106.94º | 0.49% | 0.99% | - |
| XYZ | 52.22 | 78.15 | 32.75 | - |
| YUV | 208.86 | 82.36 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 128 | 0.38 | 0 | 0.49 | 0.01 | 106.94 | 0.95 | 0.75 |
| Hex | 9B | FC | 80 | 26 | 0 | 31 | 1 | 6B | 5F | 4B |
| Octal | 233 | 374 | 200 | 46 | 0 | 61 | 1 | 153 | 137 | 113 |
| Binary | 10011011 | 11111100 | 10000000 | 100110 | 0 | 110001 | 1 | 1101011 | 1011111 | 1001011 |
Color Harmonies of #9BFC80
Complementary color
Monochromatic Colors of #9BFC80
Black with #9BFC80
Text Example
Text Example
White with #9BFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC80; }
p { color: rgb(155,252,128); }
H1.HeaderClassName
{
color: #9BFC80;
}
.AnyTagClassName
{
color: #9BFC80;
}
</style>
background-color css
<style>
a { background-color: #9BFC80; }
a { background-color: rgb(155,252,128); }
div.DivClassName
{
background-color: #9BFC80;
}
.BgClassName
{
background-color: #9BFC80;
}
</style>
border-color css
<style>
span { border-color: #9BFC80; }
span { border-color: rgb(155,252,128); }
td.TdClassName
{
border-color: #9BFC80;
}
.TagClassName
{
border-color: #9BFC80;
}
</style>