#94F78C

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

Shades of Light Green #94F78C

Tints of Light Green #94F78C

Color information

#94F78C (or 0x94F78C) is unknown color: approx Light Green. HEX triplet: 94, F7 and 8C. RGB value is (148,247,140). Sum of RGB (Red+Green+Blue) = 148+247+140=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #94F78C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F78C is #6B0873. Grayscale: #CDCDCD. Windows color (decimal): -7014516 or 9238420. OLE color: 9238420.

HSL color Cylindrical-coordinate representation of color #94F78C: hue angle of 115.51º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94F78C is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB148247140-
CMYK0.4000.430.03
HSL115.51º86.99%75.88%-
HSV(B)115.51º43.32%96.86%-
XYZ50.2174.7136.59-
YUV205.291.287.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 247 (96.88% from 255) = 46.17%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=27.66%
G=46.17%
B=26.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482471400.4000.430.03115.5186.9975.88
Hex94F78C2802B374574c
Octal224367214500533164127114
Binary100101001111011110001100101000010101111111010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,247,140); }

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

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

 a { background-color: rgb(148,247,140); }

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

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

 span { border-color: rgb(148,247,140); }

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