Shades of Light Green #93FF70
Tints of Light Green #93FF70
RGB
CMYK
RGB Variations
Color information
#93FF70 (or 0x93FF70) is known color: Light Green. HEX triplet: 93, FF and 70. RGB value is (147,255,112). Sum of RGB (Red+Green+Blue) = 147+255+112=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #93FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FF70 is #6C008F. Grayscale: #CECECE. Windows color (decimal): -7078032 or 7405459. OLE color: 7405459.
HSL color Cylindrical-coordinate representation of color #93FF70: hue angle of 105.31º 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 #93FF70 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 112 | - |
| CMYK | 0.42 | 0 | 0.56 | 0 |
| HSL | 105.31º | 1% | 0.72% | - |
| HSV(B) | 105.31º | 0.56% | 1% | - |
| XYZ | 50.72 | 78.89 | 27.88 | - |
| YUV | 206.41 | 74.72 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 112 | 0.42 | 0 | 0.56 | 0 | 105.31 | 1 | 0.72 |
| Hex | 93 | FF | 70 | 2A | 0 | 38 | 0 | 69 | 64 | 48 |
| Octal | 223 | 377 | 160 | 52 | 0 | 70 | 0 | 151 | 144 | 110 |
| Binary | 10010011 | 11111111 | 1110000 | 101010 | 0 | 111000 | 0 | 1101001 | 1100100 | 1001000 |
Color Harmonies of #93FF70
Complementary color
Monochromatic Colors of #93FF70
Black with #93FF70
Text Example
Text Example
White with #93FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FF70; }
p { color: rgb(147,255,112); }
H1.HeaderClassName
{
color: #93FF70;
}
.AnyTagClassName
{
color: #93FF70;
}
</style>
background-color css
<style>
a { background-color: #93FF70; }
a { background-color: rgb(147,255,112); }
div.DivClassName
{
background-color: #93FF70;
}
.BgClassName
{
background-color: #93FF70;
}
</style>
border-color css
<style>
span { border-color: #93FF70; }
span { border-color: rgb(147,255,112); }
td.TdClassName
{
border-color: #93FF70;
}
.TagClassName
{
border-color: #93FF70;
}
</style>