Shades of Light Green #93FE7D
Tints of Light Green #93FE7D
RGB
CMYK
RGB Variations
Color information
#93FE7D (or 0x93FE7D) is known color: Light Green. HEX triplet: 93, FE and 7D. RGB value is (147,254,125). Sum of RGB (Red+Green+Blue) = 147+254+125=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #93FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FE7D is #6C0182. Grayscale: #CFCFCF. Windows color (decimal): -7078275 or 8257171. OLE color: 8257171.
HSL color Cylindrical-coordinate representation of color #93FE7D: hue angle of 109.77º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93FE7D is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 254 | 125 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.00 |
| HSL | 109.77º | 0.98% | 0.74% | - |
| HSV(B) | 109.77º | 0.51% | 1% | - |
| XYZ | 51.18 | 78.57 | 31.87 | - |
| YUV | 207.3 | 81.55 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 254 | 125 | 0.42 | 0 | 0.51 | 0.00 | 109.77 | 0.98 | 0.74 |
| Hex | 93 | FE | 7D | 2A | 0 | 33 | 0 | 6E | 62 | 4A |
| Octal | 223 | 376 | 175 | 52 | 0 | 63 | 0 | 156 | 142 | 112 |
| Binary | 10010011 | 11111110 | 1111101 | 101010 | 0 | 110011 | 0 | 1101110 | 1100010 | 1001010 |
Color Harmonies of #93FE7D
Complementary color
Monochromatic Colors of #93FE7D
Black with #93FE7D
Text Example
Text Example
White with #93FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FE7D; }
p { color: rgb(147,254,125); }
H1.HeaderClassName
{
color: #93FE7D;
}
.AnyTagClassName
{
color: #93FE7D;
}
</style>
background-color css
<style>
a { background-color: #93FE7D; }
a { background-color: rgb(147,254,125); }
div.DivClassName
{
background-color: #93FE7D;
}
.BgClassName
{
background-color: #93FE7D;
}
</style>
border-color css
<style>
span { border-color: #93FE7D; }
span { border-color: rgb(147,254,125); }
td.TdClassName
{
border-color: #93FE7D;
}
.TagClassName
{
border-color: #93FE7D;
}
</style>