Shades of Light Green #93F471
Tints of Light Green #93F471
RGB
CMYK
RGB Variations
Color information
#93F471 (or 0x93F471) is known color: Light Green. HEX triplet: 93, F4 and 71. RGB value is (147,244,113). Sum of RGB (Red+Green+Blue) = 147+244+113=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #93F471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F471 is #6C0B8E. Grayscale: #C8C8C8. Windows color (decimal): -7080847 or 7468179. OLE color: 7468179.
HSL color Cylindrical-coordinate representation of color #93F471: hue angle of 104.43º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93F471 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 244 | 113 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.04 |
| HSL | 104.43º | 0.86% | 0.7% | - |
| HSV(B) | 104.43º | 0.54% | 0.96% | - |
| XYZ | 47.36 | 72.1 | 27.04 | - |
| YUV | 200.06 | 78.86 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 244 | 113 | 0.40 | 0 | 0.54 | 0.04 | 104.43 | 0.86 | 0.7 |
| Hex | 93 | F4 | 71 | 28 | 0 | 36 | 4 | 68 | 56 | 46 |
| Octal | 223 | 364 | 161 | 50 | 0 | 66 | 4 | 150 | 126 | 106 |
| Binary | 10010011 | 11110100 | 1110001 | 101000 | 0 | 110110 | 100 | 1101000 | 1010110 | 1000110 |
Color Harmonies of #93F471
Complementary color
Monochromatic Colors of #93F471
Black with #93F471
Text Example
Text Example
White with #93F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F471; }
p { color: rgb(147,244,113); }
H1.HeaderClassName
{
color: #93F471;
}
.AnyTagClassName
{
color: #93F471;
}
</style>
background-color css
<style>
a { background-color: #93F471; }
a { background-color: rgb(147,244,113); }
div.DivClassName
{
background-color: #93F471;
}
.BgClassName
{
background-color: #93F471;
}
</style>
border-color css
<style>
span { border-color: #93F471; }
span { border-color: rgb(147,244,113); }
td.TdClassName
{
border-color: #93F471;
}
.TagClassName
{
border-color: #93F471;
}
</style>