Shades of Light Green #80ED93
Tints of Light Green #80ED93
RGB
CMYK
RGB Variations
Color information
#80ED93 (or 0x80ED93) is known color: Light Green. HEX triplet: 80, ED and 93. RGB value is (128,237,147). Sum of RGB (Red+Green+Blue) = 128+237+147=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80ED93 is #7F126C. Grayscale: #C2C2C2. Windows color (decimal): -8327789 or 9694592. OLE color: 9694592.
HSL color Cylindrical-coordinate representation of color #80ED93: hue angle of 130.46º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ED93 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 237 | 147 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.07 |
| HSL | 130.46º | 0.75% | 0.72% | - |
| HSV(B) | 130.46º | 0.46% | 0.93% | - |
| XYZ | 44.45 | 67.26 | 38.24 | - |
| YUV | 194.15 | 101.39 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 147 | 0.46 | 0 | 0.38 | 0.07 | 130.46 | 0.75 | 0.72 |
| Hex | 80 | ED | 93 | 2E | 0 | 26 | 7 | 82 | 4B | 48 |
| Octal | 200 | 355 | 223 | 56 | 0 | 46 | 7 | 202 | 113 | 110 |
| Binary | 10000000 | 11101101 | 10010011 | 101110 | 0 | 100110 | 111 | 10000010 | 1001011 | 1001000 |
Color Harmonies of #80ED93
Complementary color
Monochromatic Colors of #80ED93
Black with #80ED93
Text Example
Text Example
White with #80ED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ED93; }
p { color: rgb(128,237,147); }
H1.HeaderClassName
{
color: #80ED93;
}
.AnyTagClassName
{
color: #80ED93;
}
</style>
background-color css
<style>
a { background-color: #80ED93; }
a { background-color: rgb(128,237,147); }
div.DivClassName
{
background-color: #80ED93;
}
.BgClassName
{
background-color: #80ED93;
}
</style>
border-color css
<style>
span { border-color: #80ED93; }
span { border-color: rgb(128,237,147); }
td.TdClassName
{
border-color: #80ED93;
}
.TagClassName
{
border-color: #80ED93;
}
</style>