Shades of Light Green #80F184
Tints of Light Green #80F184
RGB
CMYK
RGB Variations
Color information
#80F184 (or 0x80F184) is known color: Light Green. HEX triplet: 80, F1 and 84. RGB value is (128,241,132). Sum of RGB (Red+Green+Blue) = 128+241+132=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #80F184 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F184 is #7F0E7B. Grayscale: #C3C3C3. Windows color (decimal): -8326780 or 8712576. OLE color: 8712576.
HSL color Cylindrical-coordinate representation of color #80F184: hue angle of 122.12º 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 #80F184 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 132 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.05 |
| HSL | 122.12º | 0.8% | 0.72% | - |
| HSV(B) | 122.12º | 0.47% | 0.95% | - |
| XYZ | 44.52 | 69.17 | 32.83 | - |
| YUV | 194.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 132 | 0.47 | 0 | 0.45 | 0.05 | 122.12 | 0.8 | 0.72 |
| Hex | 80 | F1 | 84 | 2F | 0 | 2D | 5 | 7A | 50 | 48 |
| Octal | 200 | 361 | 204 | 57 | 0 | 55 | 5 | 172 | 120 | 110 |
| Binary | 10000000 | 11110001 | 10000100 | 101111 | 0 | 101101 | 101 | 1111010 | 1010000 | 1001000 |
Color Harmonies of #80F184
Complementary color
Monochromatic Colors of #80F184
Black with #80F184
Text Example
Text Example
White with #80F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F184; }
p { color: rgb(128,241,132); }
H1.HeaderClassName
{
color: #80F184;
}
.AnyTagClassName
{
color: #80F184;
}
</style>
background-color css
<style>
a { background-color: #80F184; }
a { background-color: rgb(128,241,132); }
div.DivClassName
{
background-color: #80F184;
}
.BgClassName
{
background-color: #80F184;
}
</style>
border-color css
<style>
span { border-color: #80F184; }
span { border-color: rgb(128,241,132); }
td.TdClassName
{
border-color: #80F184;
}
.TagClassName
{
border-color: #80F184;
}
</style>