Shades of Light Green #8BF29B
Tints of Light Green #8BF29B
RGB
CMYK
RGB Variations
Color information
#8BF29B (or 0x8BF29B) is known color: Light Green. HEX triplet: 8B, F2 and 9B. RGB value is (139,242,155). Sum of RGB (Red+Green+Blue) = 139+242+155=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF29B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF29B is #740D64. Grayscale: #C9C9C9. Windows color (decimal): -7605605 or 10220171. OLE color: 10220171.
HSL color Cylindrical-coordinate representation of color #8BF29B: hue angle of 129.32º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF29B is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 155 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.05 |
| HSL | 129.32º | 0.8% | 0.75% | - |
| HSV(B) | 129.32º | 0.43% | 0.95% | - |
| XYZ | 48.32 | 71.36 | 42.24 | - |
| YUV | 201.29 | 101.88 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 155 | 0.43 | 0 | 0.36 | 0.05 | 129.32 | 0.8 | 0.75 |
| Hex | 8B | F2 | 9B | 2B | 0 | 24 | 5 | 81 | 50 | 4B |
| Octal | 213 | 362 | 233 | 53 | 0 | 44 | 5 | 201 | 120 | 113 |
| Binary | 10001011 | 11110010 | 10011011 | 101011 | 0 | 100100 | 101 | 10000001 | 1010000 | 1001011 |
Color Harmonies of #8BF29B
Complementary color
Monochromatic Colors of #8BF29B
Black with #8BF29B
Text Example
Text Example
White with #8BF29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF29B; }
p { color: rgb(139,242,155); }
H1.HeaderClassName
{
color: #8BF29B;
}
.AnyTagClassName
{
color: #8BF29B;
}
</style>
background-color css
<style>
a { background-color: #8BF29B; }
a { background-color: rgb(139,242,155); }
div.DivClassName
{
background-color: #8BF29B;
}
.BgClassName
{
background-color: #8BF29B;
}
</style>
border-color css
<style>
span { border-color: #8BF29B; }
span { border-color: rgb(139,242,155); }
td.TdClassName
{
border-color: #8BF29B;
}
.TagClassName
{
border-color: #8BF29B;
}
</style>