Shades of Light Green #9BFB7D
Tints of Light Green #9BFB7D
RGB
CMYK
RGB Variations
Color information
#9BFB7D (or 0x9BFB7D) is known color: Light Green. HEX triplet: 9B, FB and 7D. RGB value is (155,251,125). Sum of RGB (Red+Green+Blue) = 155+251+125=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB7D is #640482. Grayscale: #D0D0D0. Windows color (decimal): -6554755 or 8256411. OLE color: 8256411.
HSL color Cylindrical-coordinate representation of color #9BFB7D: hue angle of 105.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BFB7D is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 125 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.02 |
| HSL | 105.71º | 0.94% | 0.74% | - |
| HSV(B) | 105.71º | 0.5% | 0.98% | - |
| XYZ | 51.72 | 77.44 | 31.62 | - |
| YUV | 207.93 | 81.2 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 125 | 0.38 | 0 | 0.50 | 0.02 | 105.71 | 0.94 | 0.74 |
| Hex | 9B | FB | 7D | 26 | 0 | 32 | 2 | 6A | 5E | 4A |
| Octal | 233 | 373 | 175 | 46 | 0 | 62 | 2 | 152 | 136 | 112 |
| Binary | 10011011 | 11111011 | 1111101 | 100110 | 0 | 110010 | 10 | 1101010 | 1011110 | 1001010 |
Color Harmonies of #9BFB7D
Complementary color
Monochromatic Colors of #9BFB7D
Black with #9BFB7D
Text Example
Text Example
White with #9BFB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB7D; }
p { color: rgb(155,251,125); }
H1.HeaderClassName
{
color: #9BFB7D;
}
.AnyTagClassName
{
color: #9BFB7D;
}
</style>
background-color css
<style>
a { background-color: #9BFB7D; }
a { background-color: rgb(155,251,125); }
div.DivClassName
{
background-color: #9BFB7D;
}
.BgClassName
{
background-color: #9BFB7D;
}
</style>
border-color css
<style>
span { border-color: #9BFB7D; }
span { border-color: rgb(155,251,125); }
td.TdClassName
{
border-color: #9BFB7D;
}
.TagClassName
{
border-color: #9BFB7D;
}
</style>