#93F785

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

Shades of Light Green #93F785

Tints of Light Green #93F785

Color information

#93F785 (or 0x93F785) is unknown color: approx Light Green. HEX triplet: 93, F7 and 85. RGB value is (147,247,133). Sum of RGB (Red+Green+Blue) = 147+247+133=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #93F785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F785 is #6C087A. Grayscale: #CCCCCC. Windows color (decimal): -7080059 or 8779667. OLE color: 8779667.

HSL color Cylindrical-coordinate representation of color #93F785: hue angle of 112.63º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93F785 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB147247133-
CMYK0.4000.460.03
HSL112.63º87.69%74.51%-
HSV(B)112.63º46.15%96.86%-
XYZ49.5374.4233.94-
YUV204.187.8787.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.89%
GREEN value IS 247 (96.88% from 255) = 46.87%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=27.89%
G=46.87%
B=25.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472471330.4000.460.03112.6387.6974.51
Hex93F7852802E371584b
Octal223367205500563161130113
Binary100100111111011110000101101000010111011111000110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,247,133); }

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

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

 a { background-color: rgb(147,247,133); }

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

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

 span { border-color: rgb(147,247,133); }

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