Shades of Light Green #80F283
Tints of Light Green #80F283
RGB
CMYK
RGB Variations
Color information
#80F283 (or 0x80F283) is known color: Light Green. HEX triplet: 80, F2 and 83. RGB value is (128,242,131). Sum of RGB (Red+Green+Blue) = 128+242+131=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #80F283 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F283 is #7F0D7C. Grayscale: #C3C3C3. Windows color (decimal): -8326525 or 8647296. OLE color: 8647296.
HSL color Cylindrical-coordinate representation of color #80F283: hue angle of 121.58º degrees, saturation: 0.81, 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 #80F283 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 131 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.05 |
| HSL | 121.58º | 0.81% | 0.73% | - |
| HSV(B) | 121.58º | 0.47% | 0.95% | - |
| XYZ | 44.75 | 69.73 | 32.57 | - |
| YUV | 195.26 | 91.73 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 131 | 0.47 | 0 | 0.46 | 0.05 | 121.58 | 0.81 | 0.73 |
| Hex | 80 | F2 | 83 | 2F | 0 | 2E | 5 | 7A | 51 | 49 |
| Octal | 200 | 362 | 203 | 57 | 0 | 56 | 5 | 172 | 121 | 111 |
| Binary | 10000000 | 11110010 | 10000011 | 101111 | 0 | 101110 | 101 | 1111010 | 1010001 | 1001001 |
Color Harmonies of #80F283
Complementary color
Monochromatic Colors of #80F283
Black with #80F283
Text Example
Text Example
White with #80F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F283; }
p { color: rgb(128,242,131); }
H1.HeaderClassName
{
color: #80F283;
}
.AnyTagClassName
{
color: #80F283;
}
</style>
background-color css
<style>
a { background-color: #80F283; }
a { background-color: rgb(128,242,131); }
div.DivClassName
{
background-color: #80F283;
}
.BgClassName
{
background-color: #80F283;
}
</style>
border-color css
<style>
span { border-color: #80F283; }
span { border-color: rgb(128,242,131); }
td.TdClassName
{
border-color: #80F283;
}
.TagClassName
{
border-color: #80F283;
}
</style>