Shades of Lawn Green #80F323
Tints of Lawn Green #80F323
RGB
CMYK
RGB Variations
Color information
#80F323 (or 0x80F323) is known color: Lawn Green. HEX triplet: 80, F3 and 23. RGB value is (128,243,35). Sum of RGB (Red+Green+Blue) = 128+243+35=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #80F323 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F323 is #7F0CDC. Grayscale: #B9B9B9. Windows color (decimal): -8326365 or 2356096. OLE color: 2356096.
HSL color Cylindrical-coordinate representation of color #80F323: hue angle of 93.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80F323 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 35 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.05 |
| HSL | 93.17º | 0.9% | 0.55% | - |
| HSV(B) | 93.17º | 0.86% | 0.95% | - |
| XYZ | 41.26 | 68.81 | 12.7 | - |
| YUV | 184.9 | 43.4 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 35 | 0.47 | 0 | 0.86 | 0.05 | 93.17 | 0.9 | 0.55 |
| Hex | 80 | F3 | 23 | 2F | 0 | 56 | 5 | 5D | 5A | 37 |
| Octal | 200 | 363 | 43 | 57 | 0 | 126 | 5 | 135 | 132 | 67 |
| Binary | 10000000 | 11110011 | 100011 | 101111 | 0 | 1010110 | 101 | 1011101 | 1011010 | 110111 |
Color Harmonies of #80F323
Complementary color
Monochromatic Colors of #80F323
Black with #80F323
Text Example
Text Example
White with #80F323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F323; }
p { color: rgb(128,243,35); }
H1.HeaderClassName
{
color: #80F323;
}
.AnyTagClassName
{
color: #80F323;
}
</style>
background-color css
<style>
a { background-color: #80F323; }
a { background-color: rgb(128,243,35); }
div.DivClassName
{
background-color: #80F323;
}
.BgClassName
{
background-color: #80F323;
}
</style>
border-color css
<style>
span { border-color: #80F323; }
span { border-color: rgb(128,243,35); }
td.TdClassName
{
border-color: #80F323;
}
.TagClassName
{
border-color: #80F323;
}
</style>