Shades of Light Green #80F698
Tints of Light Green #80F698
RGB
CMYK
RGB Variations
Color information
#80F698 (or 0x80F698) is known color: Light Green. HEX triplet: 80, F6 and 98. RGB value is (128,246,152). Sum of RGB (Red+Green+Blue) = 128+246+152=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #80F698 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F698 is #7F0967. Grayscale: #C8C8C8. Windows color (decimal): -8325480 or 10024576. OLE color: 10024576.
HSL color Cylindrical-coordinate representation of color #80F698: hue angle of 132.2º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F698 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 246 | 152 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.04 |
| HSL | 132.2º | 0.87% | 0.73% | - |
| HSV(B) | 132.2º | 0.48% | 0.96% | - |
| XYZ | 47.53 | 72.77 | 41.25 | - |
| YUV | 200 | 100.91 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 246 | 152 | 0.48 | 0 | 0.38 | 0.04 | 132.2 | 0.87 | 0.73 |
| Hex | 80 | F6 | 98 | 30 | 0 | 26 | 4 | 84 | 57 | 49 |
| Octal | 200 | 366 | 230 | 60 | 0 | 46 | 4 | 204 | 127 | 111 |
| Binary | 10000000 | 11110110 | 10011000 | 110000 | 0 | 100110 | 100 | 10000100 | 1010111 | 1001001 |
Color Harmonies of #80F698
Complementary color
Monochromatic Colors of #80F698
Black with #80F698
Text Example
Text Example
White with #80F698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F698; }
p { color: rgb(128,246,152); }
H1.HeaderClassName
{
color: #80F698;
}
.AnyTagClassName
{
color: #80F698;
}
</style>
background-color css
<style>
a { background-color: #80F698; }
a { background-color: rgb(128,246,152); }
div.DivClassName
{
background-color: #80F698;
}
.BgClassName
{
background-color: #80F698;
}
</style>
border-color css
<style>
span { border-color: #80F698; }
span { border-color: rgb(128,246,152); }
td.TdClassName
{
border-color: #80F698;
}
.TagClassName
{
border-color: #80F698;
}
</style>