#94F57C

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

Shades of Light Green #94F57C

Tints of Light Green #94F57C

Color information

#94F57C (or 0x94F57C) is unknown color: approx Light Green. HEX triplet: 94, F5 and 7C. RGB value is (148,245,124). Sum of RGB (Red+Green+Blue) = 148+245+124=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #94F57C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F57C is #6B0A83. Grayscale: #CACACA. Windows color (decimal): -7015044 or 8189332. OLE color: 8189332.

HSL color Cylindrical-coordinate representation of color #94F57C: hue angle of 108.1º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94F57C is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB148245124-
CMYK0.4000.490.04
HSL108.1º85.82%72.35%-
HSV(B)108.1º49.39%96.08%-
XYZ48.573.0630.61-
YUV202.283.8689.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 245 (96.09% from 255) = 47.39%
BLUE value IS 124 (48.83% from 255) = 23.98%
R=28.63%
G=47.39%
B=23.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482451240.4000.490.04108.185.8272.35
Hex94F57C2803146c5648
Octal224365174500614154126110
Binary100101001111010111111001010000110001100110110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F57C; }

 p { color: rgb(148,245,124); }

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

<style>
 a { background-color: #94F57C; }

 a { background-color: rgb(148,245,124); }

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

<style>
 span { border-color: #94F57C; }

 span { border-color: rgb(148,245,124); }

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