Shades of Light Green #9BFB75
Tints of Light Green #9BFB75
RGB
CMYK
RGB Variations
Color information
#9BFB75 (or 0x9BFB75) is known color: Light Green. HEX triplet: 9B, FB and 75. RGB value is (155,251,117). Sum of RGB (Red+Green+Blue) = 155+251+117=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB75 is #64048A. Grayscale: #CFCFCF. Windows color (decimal): -6554763 or 7732123. OLE color: 7732123.
HSL color Cylindrical-coordinate representation of color #9BFB75: hue angle of 102.99º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BFB75 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 117 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.02 |
| HSL | 102.99º | 0.94% | 0.72% | - |
| HSV(B) | 102.99º | 0.53% | 0.98% | - |
| XYZ | 51.23 | 77.25 | 29.04 | - |
| YUV | 207.02 | 77.2 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 117 | 0.38 | 0 | 0.53 | 0.02 | 102.99 | 0.94 | 0.72 |
| Hex | 9B | FB | 75 | 26 | 0 | 35 | 2 | 67 | 5E | 48 |
| Octal | 233 | 373 | 165 | 46 | 0 | 65 | 2 | 147 | 136 | 110 |
| Binary | 10011011 | 11111011 | 1110101 | 100110 | 0 | 110101 | 10 | 1100111 | 1011110 | 1001000 |
Color Harmonies of #9BFB75
Complementary color
Monochromatic Colors of #9BFB75
Black with #9BFB75
Text Example
Text Example
White with #9BFB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB75; }
p { color: rgb(155,251,117); }
H1.HeaderClassName
{
color: #9BFB75;
}
.AnyTagClassName
{
color: #9BFB75;
}
</style>
background-color css
<style>
a { background-color: #9BFB75; }
a { background-color: rgb(155,251,117); }
div.DivClassName
{
background-color: #9BFB75;
}
.BgClassName
{
background-color: #9BFB75;
}
</style>
border-color css
<style>
span { border-color: #9BFB75; }
span { border-color: rgb(155,251,117); }
td.TdClassName
{
border-color: #9BFB75;
}
.TagClassName
{
border-color: #9BFB75;
}
</style>