#94FA79

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

Shades of Light Green #94FA79

Tints of Light Green #94FA79

Color information

#94FA79 (or 0x94FA79) is unknown color: approx Light Green. HEX triplet: 94, FA and 79. RGB value is (148,250,121). Sum of RGB (Red+Green+Blue) = 148+250+121=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FA79 is #6B0586. Grayscale: #CDCDCD. Windows color (decimal): -7013767 or 7994004. OLE color: 7994004.

HSL color Cylindrical-coordinate representation of color #94FA79: hue angle of 107.44º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94FA79 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB148250121-
CMYK0.4100.520.02
HSL107.44º92.81%72.75%-
HSV(B)107.44º51.6%98.04%-
XYZ49.8576.0530.14-
YUV204.880.7187.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 250 (98.05% from 255) = 48.17%
BLUE value IS 121 (47.66% from 255) = 23.31%
R=28.52%
G=48.17%
B=23.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482501210.4100.520.02107.4492.8172.75
Hex94FA792903426b5d49
Octal224372171510642153135111
Binary10010100111110101111001101001011010010110101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,250,121); }

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

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

 a { background-color: rgb(148,250,121); }

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

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

 span { border-color: rgb(148,250,121); }

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