#94FE4D

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

Shades of Green Yellow #94FE4D

Tints of Green Yellow #94FE4D

Color information

#94FE4D (or 0x94FE4D) is unknown color: approx Green Yellow. HEX triplet: 94, FE and 4D. RGB value is (148,254,77). Sum of RGB (Red+Green+Blue) = 148+254+77=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FE4D is #6B01B2. Grayscale: #CACACA. Windows color (decimal): -7012787 or 5111444. OLE color: 5111444.

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

Color convert

RGB14825477-
CMYK0.4200.700.00
HSL95.93º98.88%64.9%-
HSV(B)95.93º69.69%99.61%-
XYZ48.9977.7219.44-
YUV202.1357.3889.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.90%
GREEN value IS 254 (99.61% from 255) = 53.03%
BLUE value IS 77 (30.47% from 255) = 16.08%
R=30.90%
G=53.03%
B=16.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal148254770.4200.700.0095.9398.8864.9
Hex94FE4D2A0460606341
Octal2243761155201060140143101
Binary10010100111111101001101101010010001100110000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,254,77); }

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

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

 a { background-color: rgb(148,254,77); }

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

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

 span { border-color: rgb(148,254,77); }

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