Shades of Light Green #80DF93
Tints of Light Green #80DF93
RGB
CMYK
RGB Variations
Color information
#80DF93 (or 0x80DF93) is known color: Light Green. HEX triplet: 80, DF and 93. RGB value is (128,223,147). Sum of RGB (Red+Green+Blue) = 128+223+147=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF93 is #7F206C. Grayscale: #BABABA. Windows color (decimal): -8331373 or 9691008. OLE color: 9691008.
HSL color Cylindrical-coordinate representation of color #80DF93: hue angle of 132º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DF93 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 147 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.13 |
| HSL | 132º | 0.6% | 0.69% | - |
| HSV(B) | 132º | 0.43% | 0.87% | - |
| XYZ | 40.56 | 59.47 | 36.95 | - |
| YUV | 185.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 147 | 0.43 | 0 | 0.34 | 0.13 | 132 | 0.6 | 0.69 |
| Hex | 80 | DF | 93 | 2B | 0 | 22 | D | 84 | 3C | 45 |
| Octal | 200 | 337 | 223 | 53 | 0 | 42 | 15 | 204 | 74 | 105 |
| Binary | 10000000 | 11011111 | 10010011 | 101011 | 0 | 100010 | 1101 | 10000100 | 111100 | 1000101 |
Color Harmonies of #80DF93
Complementary color
Monochromatic Colors of #80DF93
Black with #80DF93
Text Example
Text Example
White with #80DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF93; }
p { color: rgb(128,223,147); }
H1.HeaderClassName
{
color: #80DF93;
}
.AnyTagClassName
{
color: #80DF93;
}
</style>
background-color css
<style>
a { background-color: #80DF93; }
a { background-color: rgb(128,223,147); }
div.DivClassName
{
background-color: #80DF93;
}
.BgClassName
{
background-color: #80DF93;
}
</style>
border-color css
<style>
span { border-color: #80DF93; }
span { border-color: rgb(128,223,147); }
td.TdClassName
{
border-color: #80DF93;
}
.TagClassName
{
border-color: #80DF93;
}
</style>