#93FA80

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

Shades of Light Green #93FA80

Tints of Light Green #93FA80

Color information

#93FA80 (or 0x93FA80) is unknown color: approx Light Green. HEX triplet: 93, FA and 80. RGB value is (147,250,128). Sum of RGB (Red+Green+Blue) = 147+250+128=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FA80 is #6C057F. Grayscale: #CDCDCD. Windows color (decimal): -7079296 or 8452755. OLE color: 8452755.

HSL color Cylindrical-coordinate representation of color #93FA80: hue angle of 110.66º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93FA80 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB147250128-
CMYK0.4100.490.02
HSL110.66º92.42%74.12%-
HSV(B)110.66º48.8%98.04%-
XYZ50.1176.1332.48-
YUV205.384.3886.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 250 (98.05% from 255) = 47.62%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=28%
G=47.62%
B=24.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472501280.4100.490.02110.6692.4274.12
Hex93FA802903126f5c4a
Octal223372200510612157134112
Binary100100111111101010000000101001011000110110111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93FA80; }

 p { color: rgb(147,250,128); }

 H1.HeaderClassName
 {
   color: #93FA80;
 }
 .AnyTagClassName
 {
   color: #93FA80;
 }
</style>
background-color css

<style>
 a { background-color: #93FA80; }

 a { background-color: rgb(147,250,128); }

 div.DivClassName
 {
   background-color: #93FA80;
 }
 .BgClassName
 {
   background-color: #93FA80;
 }
</style>
border-color css

<style>
 span { border-color: #93FA80; }

 span { border-color: rgb(147,250,128); }

 td.TdClassName
 {
   border-color: #93FA80;
 }
 .TagClassName
 {
   border-color: #93FA80;
 }
</style>