Shades of Light Green #80F3A2
Tints of Light Green #80F3A2
RGB
CMYK
RGB Variations
Color information
#80F3A2 (or 0x80F3A2) is known color: Light Green. HEX triplet: 80, F3 and A2. RGB value is (128,243,162). Sum of RGB (Red+Green+Blue) = 128+243+162=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #80F3A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F3A2 is #7F0C5D. Grayscale: #C7C7C7. Windows color (decimal): -8326238 or 10679168. OLE color: 10679168.
HSL color Cylindrical-coordinate representation of color #80F3A2: hue angle of 137.74º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F3A2 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 162 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.05 |
| HSL | 137.74º | 0.83% | 0.73% | - |
| HSV(B) | 137.74º | 0.47% | 0.95% | - |
| XYZ | 47.47 | 71.3 | 45.44 | - |
| YUV | 199.38 | 106.9 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 162 | 0.47 | 0 | 0.33 | 0.05 | 137.74 | 0.83 | 0.73 |
| Hex | 80 | F3 | A2 | 2F | 0 | 21 | 5 | 8A | 53 | 49 |
| Octal | 200 | 363 | 242 | 57 | 0 | 41 | 5 | 212 | 123 | 111 |
| Binary | 10000000 | 11110011 | 10100010 | 101111 | 0 | 100001 | 101 | 10001010 | 1010011 | 1001001 |
Color Harmonies of #80F3A2
Complementary color
Monochromatic Colors of #80F3A2
Black with #80F3A2
Text Example
Text Example
White with #80F3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F3A2; }
p { color: rgb(128,243,162); }
H1.HeaderClassName
{
color: #80F3A2;
}
.AnyTagClassName
{
color: #80F3A2;
}
</style>
background-color css
<style>
a { background-color: #80F3A2; }
a { background-color: rgb(128,243,162); }
div.DivClassName
{
background-color: #80F3A2;
}
.BgClassName
{
background-color: #80F3A2;
}
</style>
border-color css
<style>
span { border-color: #80F3A2; }
span { border-color: rgb(128,243,162); }
td.TdClassName
{
border-color: #80F3A2;
}
.TagClassName
{
border-color: #80F3A2;
}
</style>