#94FF4C

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

Shades of Green Yellow #94FF4C

Tints of Green Yellow #94FF4C

Color information

#94FF4C (or 0x94FF4C) is unknown color: approx Green Yellow. HEX triplet: 94, FF and 4C. RGB value is (148,255,76). Sum of RGB (Red+Green+Blue) = 148+255+76=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FF4C is #6B00B3. Grayscale: #CBCBCB. Windows color (decimal): -7012532 or 5046164. OLE color: 5046164.

HSL color Cylindrical-coordinate representation of color #94FF4C: hue angle of 95.87º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94FF4C is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB14825576-
CMYK0.4200.700
HSL95.87º100%64.9%-
HSV(B)95.87º70.2%100%-
XYZ49.2878.3419.36-
YUV202.656.5589.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.90%
GREEN value IS 255 (100% from 255) = 53.24%
BLUE value IS 76 (30.08% from 255) = 15.87%
R=30.90%
G=53.24%
B=15.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal148255760.4200.70095.8710064.9
Hex94FF4C2A0460606441
Octal2243771145201060140144101
Binary10010100111111111001100101010010001100110000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,255,76); }

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

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

 a { background-color: rgb(148,255,76); }

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

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

 span { border-color: rgb(148,255,76); }

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