Shades of Light Green #80F995
Tints of Light Green #80F995
RGB
CMYK
RGB Variations
Color information
#80F995 (or 0x80F995) is known color: Light Green. HEX triplet: 80, F9 and 95. RGB value is (128,249,149). Sum of RGB (Red+Green+Blue) = 128+249+149=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #80F995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F995 is #7F066A. Grayscale: #C9C9C9. Windows color (decimal): -8324715 or 9828736. OLE color: 9828736.
HSL color Cylindrical-coordinate representation of color #80F995: hue angle of 130.41º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F995 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 149 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.02 |
| HSL | 130.41º | 0.91% | 0.74% | - |
| HSV(B) | 130.41º | 0.49% | 0.98% | - |
| XYZ | 48.2 | 74.51 | 40.28 | - |
| YUV | 201.42 | 98.41 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 149 | 0.49 | 0 | 0.40 | 0.02 | 130.41 | 0.91 | 0.74 |
| Hex | 80 | F9 | 95 | 31 | 0 | 28 | 2 | 82 | 5B | 4A |
| Octal | 200 | 371 | 225 | 61 | 0 | 50 | 2 | 202 | 133 | 112 |
| Binary | 10000000 | 11111001 | 10010101 | 110001 | 0 | 101000 | 10 | 10000010 | 1011011 | 1001010 |
Color Harmonies of #80F995
Complementary color
Monochromatic Colors of #80F995
Black with #80F995
Text Example
Text Example
White with #80F995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F995; }
p { color: rgb(128,249,149); }
H1.HeaderClassName
{
color: #80F995;
}
.AnyTagClassName
{
color: #80F995;
}
</style>
background-color css
<style>
a { background-color: #80F995; }
a { background-color: rgb(128,249,149); }
div.DivClassName
{
background-color: #80F995;
}
.BgClassName
{
background-color: #80F995;
}
</style>
border-color css
<style>
span { border-color: #80F995; }
span { border-color: rgb(128,249,149); }
td.TdClassName
{
border-color: #80F995;
}
.TagClassName
{
border-color: #80F995;
}
</style>