Shades of Light Green #93EF80
Tints of Light Green #93EF80
RGB
CMYK
RGB Variations
Color information
#93EF80 (or 0x93EF80) is known color: Light Green. HEX triplet: 93, EF and 80. RGB value is (147,239,128). Sum of RGB (Red+Green+Blue) = 147+239+128=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #93EF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EF80 is #6C107F. Grayscale: #C7C7C7. Windows color (decimal): -7082112 or 8449939. OLE color: 8449939.
HSL color Cylindrical-coordinate representation of color #93EF80: hue angle of 109.73º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93EF80 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 128 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.06 |
| HSL | 109.73º | 0.78% | 0.72% | - |
| HSV(B) | 109.73º | 0.46% | 0.94% | - |
| XYZ | 46.8 | 69.49 | 31.37 | - |
| YUV | 198.84 | 88.02 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 128 | 0.38 | 0 | 0.46 | 0.06 | 109.73 | 0.78 | 0.72 |
| Hex | 93 | EF | 80 | 26 | 0 | 2E | 6 | 6E | 4E | 48 |
| Octal | 223 | 357 | 200 | 46 | 0 | 56 | 6 | 156 | 116 | 110 |
| Binary | 10010011 | 11101111 | 10000000 | 100110 | 0 | 101110 | 110 | 1101110 | 1001110 | 1001000 |
Color Harmonies of #93EF80
Complementary color
Monochromatic Colors of #93EF80
Black with #93EF80
Text Example
Text Example
White with #93EF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EF80; }
p { color: rgb(147,239,128); }
H1.HeaderClassName
{
color: #93EF80;
}
.AnyTagClassName
{
color: #93EF80;
}
</style>
background-color css
<style>
a { background-color: #93EF80; }
a { background-color: rgb(147,239,128); }
div.DivClassName
{
background-color: #93EF80;
}
.BgClassName
{
background-color: #93EF80;
}
</style>
border-color css
<style>
span { border-color: #93EF80; }
span { border-color: rgb(147,239,128); }
td.TdClassName
{
border-color: #93EF80;
}
.TagClassName
{
border-color: #93EF80;
}
</style>