Shades of Light Green #80F18D
Tints of Light Green #80F18D
RGB
CMYK
RGB Variations
Color information
#80F18D (or 0x80F18D) is known color: Light Green. HEX triplet: 80, F1 and 8D. RGB value is (128,241,141). Sum of RGB (Red+Green+Blue) = 128+241+141=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #80F18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F18D is #7F0E72. Grayscale: #C4C4C4. Windows color (decimal): -8326771 or 9302400. OLE color: 9302400.
HSL color Cylindrical-coordinate representation of color #80F18D: hue angle of 126.9º 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 #80F18D is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 141 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.05 |
| HSL | 126.9º | 0.8% | 0.72% | - |
| HSV(B) | 126.9º | 0.47% | 0.95% | - |
| XYZ | 45.17 | 69.42 | 36.22 | - |
| YUV | 195.81 | 97.06 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 141 | 0.47 | 0 | 0.41 | 0.05 | 126.9 | 0.8 | 0.72 |
| Hex | 80 | F1 | 8D | 2F | 0 | 29 | 5 | 7F | 50 | 48 |
| Octal | 200 | 361 | 215 | 57 | 0 | 51 | 5 | 177 | 120 | 110 |
| Binary | 10000000 | 11110001 | 10001101 | 101111 | 0 | 101001 | 101 | 1111111 | 1010000 | 1001000 |
Color Harmonies of #80F18D
Complementary color
Monochromatic Colors of #80F18D
Black with #80F18D
Text Example
Text Example
White with #80F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F18D; }
p { color: rgb(128,241,141); }
H1.HeaderClassName
{
color: #80F18D;
}
.AnyTagClassName
{
color: #80F18D;
}
</style>
background-color css
<style>
a { background-color: #80F18D; }
a { background-color: rgb(128,241,141); }
div.DivClassName
{
background-color: #80F18D;
}
.BgClassName
{
background-color: #80F18D;
}
</style>
border-color css
<style>
span { border-color: #80F18D; }
span { border-color: rgb(128,241,141); }
td.TdClassName
{
border-color: #80F18D;
}
.TagClassName
{
border-color: #80F18D;
}
</style>