Shades of Light Green #80F39B
Tints of Light Green #80F39B
RGB
CMYK
RGB Variations
Color information
#80F39B (or 0x80F39B) is known color: Light Green. HEX triplet: 80, F3 and 9B. RGB value is (128,243,155). Sum of RGB (Red+Green+Blue) = 128+243+155=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #80F39B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F39B is #7F0C64. Grayscale: #C6C6C6. Windows color (decimal): -8326245 or 10220416. OLE color: 10220416.
HSL color Cylindrical-coordinate representation of color #80F39B: hue angle of 134.09º 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 #80F39B is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 155 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.05 |
| HSL | 134.09º | 0.83% | 0.73% | - |
| HSV(B) | 134.09º | 0.47% | 0.95% | - |
| XYZ | 46.87 | 71.06 | 42.26 | - |
| YUV | 198.58 | 103.4 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 155 | 0.47 | 0 | 0.36 | 0.05 | 134.09 | 0.83 | 0.73 |
| Hex | 80 | F3 | 9B | 2F | 0 | 24 | 5 | 86 | 53 | 49 |
| Octal | 200 | 363 | 233 | 57 | 0 | 44 | 5 | 206 | 123 | 111 |
| Binary | 10000000 | 11110011 | 10011011 | 101111 | 0 | 100100 | 101 | 10000110 | 1010011 | 1001001 |
Color Harmonies of #80F39B
Complementary color
Monochromatic Colors of #80F39B
Black with #80F39B
Text Example
Text Example
White with #80F39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F39B; }
p { color: rgb(128,243,155); }
H1.HeaderClassName
{
color: #80F39B;
}
.AnyTagClassName
{
color: #80F39B;
}
</style>
background-color css
<style>
a { background-color: #80F39B; }
a { background-color: rgb(128,243,155); }
div.DivClassName
{
background-color: #80F39B;
}
.BgClassName
{
background-color: #80F39B;
}
</style>
border-color css
<style>
span { border-color: #80F39B; }
span { border-color: rgb(128,243,155); }
td.TdClassName
{
border-color: #80F39B;
}
.TagClassName
{
border-color: #80F39B;
}
</style>