Shades of Light Green #8BF182
Tints of Light Green #8BF182
RGB
CMYK
RGB Variations
Color information
#8BF182 (or 0x8BF182) is known color: Light Green. HEX triplet: 8B, F1 and 82. RGB value is (139,241,130). Sum of RGB (Red+Green+Blue) = 139+241+130=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF182 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF182 is #740E7D. Grayscale: #C6C6C6. Windows color (decimal): -7605886 or 8581515. OLE color: 8581515.
HSL color Cylindrical-coordinate representation of color #8BF182: hue angle of 115.14º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BF182 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 241 | 130 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.05 |
| HSL | 115.14º | 0.8% | 0.73% | - |
| HSV(B) | 115.14º | 0.46% | 0.95% | - |
| XYZ | 46.13 | 70.01 | 32.2 | - |
| YUV | 197.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 130 | 0.42 | 0 | 0.46 | 0.05 | 115.14 | 0.8 | 0.73 |
| Hex | 8B | F1 | 82 | 2A | 0 | 2E | 5 | 73 | 50 | 49 |
| Octal | 213 | 361 | 202 | 52 | 0 | 56 | 5 | 163 | 120 | 111 |
| Binary | 10001011 | 11110001 | 10000010 | 101010 | 0 | 101110 | 101 | 1110011 | 1010000 | 1001001 |
Color Harmonies of #8BF182
Complementary color
Monochromatic Colors of #8BF182
Black with #8BF182
Text Example
Text Example
White with #8BF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF182; }
p { color: rgb(139,241,130); }
H1.HeaderClassName
{
color: #8BF182;
}
.AnyTagClassName
{
color: #8BF182;
}
</style>
background-color css
<style>
a { background-color: #8BF182; }
a { background-color: rgb(139,241,130); }
div.DivClassName
{
background-color: #8BF182;
}
.BgClassName
{
background-color: #8BF182;
}
</style>
border-color css
<style>
span { border-color: #8BF182; }
span { border-color: rgb(139,241,130); }
td.TdClassName
{
border-color: #8BF182;
}
.TagClassName
{
border-color: #8BF182;
}
</style>