#94FA53

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

Shades of Green Yellow #94FA53

Tints of Green Yellow #94FA53

Color information

#94FA53 (or 0x94FA53) is unknown color: approx Green Yellow. HEX triplet: 94, FA and 53. RGB value is (148,250,83). Sum of RGB (Red+Green+Blue) = 148+250+83=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FA53 is #6B05AC. Grayscale: #C9C9C9. Windows color (decimal): -7013805 or 5503636. OLE color: 5503636.

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

Color convert

RGB14825083-
CMYK0.4100.670.02
HSL96.65º94.35%65.29%-
HSV(B)96.65º66.8%98.04%-
XYZ47.9675.2920.19-
YUV200.4661.7190.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 250 (98.05% from 255) = 51.98%
BLUE value IS 83 (32.81% from 255) = 17.26%
R=30.77%
G=51.98%
B=17.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal148250830.4100.670.0296.6594.3565.29
Hex94FA53290432615e41
Octal2243721235101032141136101
Binary100101001111101010100111010010100001110110000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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