#93FF70

Color #93FF70 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #93FF70

Tints of Light Green #93FF70

Color information

#93FF70 (or 0x93FF70) is unknown color: approx 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

RGB147255112-
CMYK0.4200.560
HSL105.31º100%71.96%-
HSV(B)105.31º56.08%100%-
XYZ50.7278.8927.88-
YUV206.4174.7285.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 28.60%
GREEN value IS 255 (100% from 255) = 49.61%
BLUE value IS 112 (44.14% from 255) = 21.79%
R=28.60%
G=49.61%
B=21.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472551120.4200.560105.3110071.96
Hex93FF702A0380696448
Octal223377160520700151144110
Binary1001001111111111111000010101001110000110100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>