Shades of Light Green #9BFB80
Tints of Light Green #9BFB80
RGB
CMYK
RGB Variations
Color information
#9BFB80 (or 0x9BFB80) is known color: Light Green. HEX triplet: 9B, FB and 80. RGB value is (155,251,128). Sum of RGB (Red+Green+Blue) = 155+251+128=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFB80 is #64047F. Grayscale: #D0D0D0. Windows color (decimal): -6554752 or 8453019. OLE color: 8453019.
HSL color Cylindrical-coordinate representation of color #9BFB80: hue angle of 106.83º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BFB80 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 128 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.02 |
| HSL | 106.83º | 0.94% | 0.74% | - |
| HSV(B) | 106.83º | 0.49% | 0.98% | - |
| XYZ | 51.91 | 77.52 | 32.65 | - |
| YUV | 208.27 | 82.7 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 128 | 0.38 | 0 | 0.49 | 0.02 | 106.83 | 0.94 | 0.74 |
| Hex | 9B | FB | 80 | 26 | 0 | 31 | 2 | 6B | 5E | 4A |
| Octal | 233 | 373 | 200 | 46 | 0 | 61 | 2 | 153 | 136 | 112 |
| Binary | 10011011 | 11111011 | 10000000 | 100110 | 0 | 110001 | 10 | 1101011 | 1011110 | 1001010 |
Color Harmonies of #9BFB80
Complementary color
Monochromatic Colors of #9BFB80
Black with #9BFB80
Text Example
Text Example
White with #9BFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB80; }
p { color: rgb(155,251,128); }
H1.HeaderClassName
{
color: #9BFB80;
}
.AnyTagClassName
{
color: #9BFB80;
}
</style>
background-color css
<style>
a { background-color: #9BFB80; }
a { background-color: rgb(155,251,128); }
div.DivClassName
{
background-color: #9BFB80;
}
.BgClassName
{
background-color: #9BFB80;
}
</style>
border-color css
<style>
span { border-color: #9BFB80; }
span { border-color: rgb(155,251,128); }
td.TdClassName
{
border-color: #9BFB80;
}
.TagClassName
{
border-color: #9BFB80;
}
</style>