Shades of Light Green #80F18B
Tints of Light Green #80F18B
RGB
CMYK
RGB Variations
Color information
#80F18B (or 0x80F18B) is known color: Light Green. HEX triplet: 80, F1 and 8B. RGB value is (128,241,139). Sum of RGB (Red+Green+Blue) = 128+241+139=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #80F18B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F18B is #7F0E74. Grayscale: #C3C3C3. Windows color (decimal): -8326773 or 9171328. OLE color: 9171328.
HSL color Cylindrical-coordinate representation of color #80F18B: hue angle of 125.84º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F18B is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 139 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.05 |
| HSL | 125.84º | 0.8% | 0.72% | - |
| HSV(B) | 125.84º | 0.47% | 0.95% | - |
| XYZ | 45.02 | 69.36 | 35.44 | - |
| YUV | 195.59 | 96.06 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 139 | 0.47 | 0 | 0.42 | 0.05 | 125.84 | 0.8 | 0.72 |
| Hex | 80 | F1 | 8B | 2F | 0 | 2A | 5 | 7E | 50 | 48 |
| Octal | 200 | 361 | 213 | 57 | 0 | 52 | 5 | 176 | 120 | 110 |
| Binary | 10000000 | 11110001 | 10001011 | 101111 | 0 | 101010 | 101 | 1111110 | 1010000 | 1001000 |
Color Harmonies of #80F18B
Complementary color
Monochromatic Colors of #80F18B
Black with #80F18B
Text Example
Text Example
White with #80F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F18B; }
p { color: rgb(128,241,139); }
H1.HeaderClassName
{
color: #80F18B;
}
.AnyTagClassName
{
color: #80F18B;
}
</style>
background-color css
<style>
a { background-color: #80F18B; }
a { background-color: rgb(128,241,139); }
div.DivClassName
{
background-color: #80F18B;
}
.BgClassName
{
background-color: #80F18B;
}
</style>
border-color css
<style>
span { border-color: #80F18B; }
span { border-color: rgb(128,241,139); }
td.TdClassName
{
border-color: #80F18B;
}
.TagClassName
{
border-color: #80F18B;
}
</style>