Shades of Light Green #9BFF76
Tints of Light Green #9BFF76
RGB
CMYK
RGB Variations
Color information
#9BFF76 (or 0x9BFF76) is known color: Light Green. HEX triplet: 9B, FF and 76. RGB value is (155,255,118). Sum of RGB (Red+Green+Blue) = 155+255+118=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFF76 is #640089. Grayscale: #D1D1D1. Windows color (decimal): -6553738 or 7798683. OLE color: 7798683.
HSL color Cylindrical-coordinate representation of color #9BFF76: hue angle of 103.8º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BFF76 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 118 | - |
| CMYK | 0.39 | 0 | 0.54 | 0 |
| HSL | 103.8º | 1% | 0.73% | - |
| HSV(B) | 103.8º | 0.54% | 1% | - |
| XYZ | 52.55 | 79.8 | 29.77 | - |
| YUV | 209.48 | 76.37 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 118 | 0.39 | 0 | 0.54 | 0 | 103.8 | 1 | 0.73 |
| Hex | 9B | FF | 76 | 27 | 0 | 36 | 0 | 68 | 64 | 49 |
| Octal | 233 | 377 | 166 | 47 | 0 | 66 | 0 | 150 | 144 | 111 |
| Binary | 10011011 | 11111111 | 1110110 | 100111 | 0 | 110110 | 0 | 1101000 | 1100100 | 1001001 |
Color Harmonies of #9BFF76
Complementary color
Monochromatic Colors of #9BFF76
Black with #9BFF76
Text Example
Text Example
White with #9BFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF76; }
p { color: rgb(155,255,118); }
H1.HeaderClassName
{
color: #9BFF76;
}
.AnyTagClassName
{
color: #9BFF76;
}
</style>
background-color css
<style>
a { background-color: #9BFF76; }
a { background-color: rgb(155,255,118); }
div.DivClassName
{
background-color: #9BFF76;
}
.BgClassName
{
background-color: #9BFF76;
}
</style>
border-color css
<style>
span { border-color: #9BFF76; }
span { border-color: rgb(155,255,118); }
td.TdClassName
{
border-color: #9BFF76;
}
.TagClassName
{
border-color: #9BFF76;
}
</style>