Shades of Light Green #93ED94
Tints of Light Green #93ED94
RGB
CMYK
RGB Variations
Color information
#93ED94 (or 0x93ED94) is known color: Light Green. HEX triplet: 93, ED and 94. RGB value is (147,237,148). Sum of RGB (Red+Green+Blue) = 147+237+148=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #93ED94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93ED94 is #6C126B. Grayscale: #C8C8C8. Windows color (decimal): -7082604 or 9760147. OLE color: 9760147.
HSL color Cylindrical-coordinate representation of color #93ED94: hue angle of 120.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ED94 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 237 | 148 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.07 |
| HSL | 120.67º | 0.71% | 0.75% | - |
| HSV(B) | 120.67º | 0.38% | 0.93% | - |
| XYZ | 47.66 | 68.91 | 38.81 | - |
| YUV | 199.94 | 98.68 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 148 | 0.38 | 0 | 0.38 | 0.07 | 120.67 | 0.71 | 0.75 |
| Hex | 93 | ED | 94 | 26 | 0 | 26 | 7 | 79 | 47 | 4B |
| Octal | 223 | 355 | 224 | 46 | 0 | 46 | 7 | 171 | 107 | 113 |
| Binary | 10010011 | 11101101 | 10010100 | 100110 | 0 | 100110 | 111 | 1111001 | 1000111 | 1001011 |
Color Harmonies of #93ED94
Complementary color
Monochromatic Colors of #93ED94
Black with #93ED94
Text Example
Text Example
White with #93ED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ED94; }
p { color: rgb(147,237,148); }
H1.HeaderClassName
{
color: #93ED94;
}
.AnyTagClassName
{
color: #93ED94;
}
</style>
background-color css
<style>
a { background-color: #93ED94; }
a { background-color: rgb(147,237,148); }
div.DivClassName
{
background-color: #93ED94;
}
.BgClassName
{
background-color: #93ED94;
}
</style>
border-color css
<style>
span { border-color: #93ED94; }
span { border-color: rgb(147,237,148); }
td.TdClassName
{
border-color: #93ED94;
}
.TagClassName
{
border-color: #93ED94;
}
</style>