Shades of Light Green #9BFF73
Tints of Light Green #9BFF73
RGB
CMYK
RGB Variations
Color information
#9BFF73 (or 0x9BFF73) is known color: Light Green. HEX triplet: 9B, FF and 73. RGB value is (155,255,115). Sum of RGB (Red+Green+Blue) = 155+255+115=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFF73 is #64008C. Grayscale: #D1D1D1. Windows color (decimal): -6553741 or 7602075. OLE color: 7602075.
HSL color Cylindrical-coordinate representation of color #9BFF73: hue angle of 102.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BFF73 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 115 | - |
| CMYK | 0.39 | 0 | 0.55 | 0 |
| HSL | 102.86º | 1% | 0.73% | - |
| HSV(B) | 102.86º | 0.55% | 1% | - |
| XYZ | 52.37 | 79.73 | 28.85 | - |
| YUV | 209.14 | 74.87 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 115 | 0.39 | 0 | 0.55 | 0 | 102.86 | 1 | 0.73 |
| Hex | 9B | FF | 73 | 27 | 0 | 37 | 0 | 67 | 64 | 49 |
| Octal | 233 | 377 | 163 | 47 | 0 | 67 | 0 | 147 | 144 | 111 |
| Binary | 10011011 | 11111111 | 1110011 | 100111 | 0 | 110111 | 0 | 1100111 | 1100100 | 1001001 |
Color Harmonies of #9BFF73
Complementary color
Monochromatic Colors of #9BFF73
Black with #9BFF73
Text Example
Text Example
White with #9BFF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF73; }
p { color: rgb(155,255,115); }
H1.HeaderClassName
{
color: #9BFF73;
}
.AnyTagClassName
{
color: #9BFF73;
}
</style>
background-color css
<style>
a { background-color: #9BFF73; }
a { background-color: rgb(155,255,115); }
div.DivClassName
{
background-color: #9BFF73;
}
.BgClassName
{
background-color: #9BFF73;
}
</style>
border-color css
<style>
span { border-color: #9BFF73; }
span { border-color: rgb(155,255,115); }
td.TdClassName
{
border-color: #9BFF73;
}
.TagClassName
{
border-color: #9BFF73;
}
</style>