Shades of Light Green #80F188
Tints of Light Green #80F188
RGB
CMYK
RGB Variations
Color information
#80F188 (or 0x80F188) is known color: Light Green. HEX triplet: 80, F1 and 88. RGB value is (128,241,136). Sum of RGB (Red+Green+Blue) = 128+241+136=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #80F188 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F188 is #7F0E77. Grayscale: #C3C3C3. Windows color (decimal): -8326776 or 8974720. OLE color: 8974720.
HSL color Cylindrical-coordinate representation of color #80F188: hue angle of 124.25º 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 #80F188 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 136 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.05 |
| HSL | 124.25º | 0.8% | 0.72% | - |
| HSV(B) | 124.25º | 0.47% | 0.95% | - |
| XYZ | 44.8 | 69.28 | 34.3 | - |
| YUV | 195.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 136 | 0.47 | 0 | 0.44 | 0.05 | 124.25 | 0.8 | 0.72 |
| Hex | 80 | F1 | 88 | 2F | 0 | 2C | 5 | 7C | 50 | 48 |
| Octal | 200 | 361 | 210 | 57 | 0 | 54 | 5 | 174 | 120 | 110 |
| Binary | 10000000 | 11110001 | 10001000 | 101111 | 0 | 101100 | 101 | 1111100 | 1010000 | 1001000 |
Color Harmonies of #80F188
Complementary color
Monochromatic Colors of #80F188
Black with #80F188
Text Example
Text Example
White with #80F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F188; }
p { color: rgb(128,241,136); }
H1.HeaderClassName
{
color: #80F188;
}
.AnyTagClassName
{
color: #80F188;
}
</style>
background-color css
<style>
a { background-color: #80F188; }
a { background-color: rgb(128,241,136); }
div.DivClassName
{
background-color: #80F188;
}
.BgClassName
{
background-color: #80F188;
}
</style>
border-color css
<style>
span { border-color: #80F188; }
span { border-color: rgb(128,241,136); }
td.TdClassName
{
border-color: #80F188;
}
.TagClassName
{
border-color: #80F188;
}
</style>