Shades of Light Green #8BEFA2
Tints of Light Green #8BEFA2
RGB
CMYK
RGB Variations
Color information
#8BEFA2 (or 0x8BEFA2) is known color: Light Green. HEX triplet: 8B, EF and A2. RGB value is (139,239,162). Sum of RGB (Red+Green+Blue) = 139+239+162=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEFA2 is #74105D. Grayscale: #C8C8C8. Windows color (decimal): -7606366 or 10678155. OLE color: 10678155.
HSL color Cylindrical-coordinate representation of color #8BEFA2: hue angle of 133.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFA2 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 162 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.06 |
| HSL | 133.8º | 0.76% | 0.74% | - |
| HSV(B) | 133.8º | 0.42% | 0.94% | - |
| XYZ | 48.04 | 69.83 | 45.13 | - |
| YUV | 200.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 162 | 0.42 | 0 | 0.32 | 0.06 | 133.8 | 0.76 | 0.74 |
| Hex | 8B | EF | A2 | 2A | 0 | 20 | 6 | 86 | 4C | 4A |
| Octal | 213 | 357 | 242 | 52 | 0 | 40 | 6 | 206 | 114 | 112 |
| Binary | 10001011 | 11101111 | 10100010 | 101010 | 0 | 100000 | 110 | 10000110 | 1001100 | 1001010 |
Color Harmonies of #8BEFA2
Complementary color
Monochromatic Colors of #8BEFA2
Black with #8BEFA2
Text Example
Text Example
White with #8BEFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFA2; }
p { color: rgb(139,239,162); }
H1.HeaderClassName
{
color: #8BEFA2;
}
.AnyTagClassName
{
color: #8BEFA2;
}
</style>
background-color css
<style>
a { background-color: #8BEFA2; }
a { background-color: rgb(139,239,162); }
div.DivClassName
{
background-color: #8BEFA2;
}
.BgClassName
{
background-color: #8BEFA2;
}
</style>
border-color css
<style>
span { border-color: #8BEFA2; }
span { border-color: rgb(139,239,162); }
td.TdClassName
{
border-color: #8BEFA2;
}
.TagClassName
{
border-color: #8BEFA2;
}
</style>