Shades of Light Green #93ED82
Tints of Light Green #93ED82
RGB
CMYK
RGB Variations
Color information
#93ED82 (or 0x93ED82) is known color: Light Green. HEX triplet: 93, ED and 82. RGB value is (147,237,130). Sum of RGB (Red+Green+Blue) = 147+237+130=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #93ED82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93ED82 is #6C127D. Grayscale: #C6C6C6. Windows color (decimal): -7082622 or 8580499. OLE color: 8580499.
HSL color Cylindrical-coordinate representation of color #93ED82: hue angle of 110.47º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93ED82 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 237 | 130 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.07 |
| HSL | 110.47º | 0.75% | 0.72% | - |
| HSV(B) | 110.47º | 0.45% | 0.93% | - |
| XYZ | 46.35 | 68.38 | 31.88 | - |
| YUV | 197.89 | 89.68 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 130 | 0.38 | 0 | 0.45 | 0.07 | 110.47 | 0.75 | 0.72 |
| Hex | 93 | ED | 82 | 26 | 0 | 2D | 7 | 6E | 4B | 48 |
| Octal | 223 | 355 | 202 | 46 | 0 | 55 | 7 | 156 | 113 | 110 |
| Binary | 10010011 | 11101101 | 10000010 | 100110 | 0 | 101101 | 111 | 1101110 | 1001011 | 1001000 |
Color Harmonies of #93ED82
Complementary color
Monochromatic Colors of #93ED82
Black with #93ED82
Text Example
Text Example
White with #93ED82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ED82; }
p { color: rgb(147,237,130); }
H1.HeaderClassName
{
color: #93ED82;
}
.AnyTagClassName
{
color: #93ED82;
}
</style>
background-color css
<style>
a { background-color: #93ED82; }
a { background-color: rgb(147,237,130); }
div.DivClassName
{
background-color: #93ED82;
}
.BgClassName
{
background-color: #93ED82;
}
</style>
border-color css
<style>
span { border-color: #93ED82; }
span { border-color: rgb(147,237,130); }
td.TdClassName
{
border-color: #93ED82;
}
.TagClassName
{
border-color: #93ED82;
}
</style>