Shades of Light Green #80EF8B
Tints of Light Green #80EF8B
RGB
CMYK
RGB Variations
Color information
#80EF8B (or 0x80EF8B) is known color: Light Green. HEX triplet: 80, EF and 8B. RGB value is (128,239,139). Sum of RGB (Red+Green+Blue) = 128+239+139=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EF8B is #7F1074. Grayscale: #C2C2C2. Windows color (decimal): -8327285 or 9170816. OLE color: 9170816.
HSL color Cylindrical-coordinate representation of color #80EF8B: hue angle of 125.95º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EF8B is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 139 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.06 |
| HSL | 125.95º | 0.78% | 0.72% | - |
| HSV(B) | 125.95º | 0.46% | 0.94% | - |
| XYZ | 44.43 | 68.19 | 35.25 | - |
| YUV | 194.41 | 96.73 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 139 | 0.46 | 0 | 0.42 | 0.06 | 125.95 | 0.78 | 0.72 |
| Hex | 80 | EF | 8B | 2E | 0 | 2A | 6 | 7E | 4E | 48 |
| Octal | 200 | 357 | 213 | 56 | 0 | 52 | 6 | 176 | 116 | 110 |
| Binary | 10000000 | 11101111 | 10001011 | 101110 | 0 | 101010 | 110 | 1111110 | 1001110 | 1001000 |
Color Harmonies of #80EF8B
Complementary color
Monochromatic Colors of #80EF8B
Black with #80EF8B
Text Example
Text Example
White with #80EF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EF8B; }
p { color: rgb(128,239,139); }
H1.HeaderClassName
{
color: #80EF8B;
}
.AnyTagClassName
{
color: #80EF8B;
}
</style>
background-color css
<style>
a { background-color: #80EF8B; }
a { background-color: rgb(128,239,139); }
div.DivClassName
{
background-color: #80EF8B;
}
.BgClassName
{
background-color: #80EF8B;
}
</style>
border-color css
<style>
span { border-color: #80EF8B; }
span { border-color: rgb(128,239,139); }
td.TdClassName
{
border-color: #80EF8B;
}
.TagClassName
{
border-color: #80EF8B;
}
</style>