Shades of Light Green #93FF71
Tints of Light Green #93FF71
RGB
CMYK
RGB Variations
Color information
#93FF71 (or 0x93FF71) is known color: Light Green. HEX triplet: 93, FF and 71. RGB value is (147,255,113). Sum of RGB (Red+Green+Blue) = 147+255+113=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #93FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FF71 is #6C008E. Grayscale: #CECECE. Windows color (decimal): -7078031 or 7470995. OLE color: 7470995.
HSL color Cylindrical-coordinate representation of color #93FF71: hue angle of 105.63º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93FF71 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 113 | - |
| CMYK | 0.42 | 0 | 0.56 | 0 |
| HSL | 105.63º | 1% | 0.72% | - |
| HSV(B) | 105.63º | 0.56% | 1% | - |
| XYZ | 50.77 | 78.92 | 28.18 | - |
| YUV | 206.52 | 75.22 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 113 | 0.42 | 0 | 0.56 | 0 | 105.63 | 1 | 0.72 |
| Hex | 93 | FF | 71 | 2A | 0 | 38 | 0 | 6A | 64 | 48 |
| Octal | 223 | 377 | 161 | 52 | 0 | 70 | 0 | 152 | 144 | 110 |
| Binary | 10010011 | 11111111 | 1110001 | 101010 | 0 | 111000 | 0 | 1101010 | 1100100 | 1001000 |
Color Harmonies of #93FF71
Complementary color
Monochromatic Colors of #93FF71
Black with #93FF71
Text Example
Text Example
White with #93FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FF71; }
p { color: rgb(147,255,113); }
H1.HeaderClassName
{
color: #93FF71;
}
.AnyTagClassName
{
color: #93FF71;
}
</style>
background-color css
<style>
a { background-color: #93FF71; }
a { background-color: rgb(147,255,113); }
div.DivClassName
{
background-color: #93FF71;
}
.BgClassName
{
background-color: #93FF71;
}
</style>
border-color css
<style>
span { border-color: #93FF71; }
span { border-color: rgb(147,255,113); }
td.TdClassName
{
border-color: #93FF71;
}
.TagClassName
{
border-color: #93FF71;
}
</style>