#7FFA94

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

Shades of Light Green #7FFA94

Tints of Light Green #7FFA94

Color information

#7FFA94 (or 0x7FFA94) is unknown color: approx Light Green. HEX triplet: 7F, FA and 94. RGB value is (127,250,148). Sum of RGB (Red+Green+Blue) = 127+250+148=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFA94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFA94 is #80056B. Grayscale: #C9C9C9. Windows color (decimal): -8389996 or 9763455. OLE color: 9763455.

HSL color Cylindrical-coordinate representation of color #7FFA94: hue angle of 130.24º 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 #7FFA94 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB127250148-
CMYK0.4900.410.02
HSL130.24º92.48%73.92%-
HSV(B)130.24º49.2%98.04%-
XYZ48.2875.0239.95-
YUV201.697.7574.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.19%
GREEN value IS 250 (98.05% from 255) = 47.62%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=24.19%
G=47.62%
B=28.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272501480.4900.410.02130.2492.4873.92
Hex7FFA94310292825c4a
Octal177372224610512202134112
Binary111111111111010100101001100010101001101000001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FFA94; }

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

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

<style>
 a { background-color: #7FFA94; }

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

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

<style>
 span { border-color: #7FFA94; }

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

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