#94F53D

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

Shades of Green Yellow #94F53D

Tints of Green Yellow #94F53D

Color information

#94F53D (or 0x94F53D) is unknown color: approx Green Yellow. HEX triplet: 94, F5 and 3D. RGB value is (148,245,61). Sum of RGB (Red+Green+Blue) = 148+245+61=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 245 (96.09% from 255 or 53.96% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 245 - color contains mainly: green. Hex color #94F53D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F53D is #6B0AC2. Grayscale: #C3C3C3. Windows color (decimal): -7015107 or 4060564. OLE color: 4060564.

HSL color Cylindrical-coordinate representation of color #94F53D: hue angle of 91.63º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94F53D is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB14824561-
CMYK0.4000.750.04
HSL91.63º90.2%60%-
HSV(B)91.63º75.1%96.08%-
XYZ45.7171.9415.89-
YUV195.0252.3694.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 245 (96.09% from 255) = 53.96%
BLUE value IS 61 (24.22% from 255) = 13.44%
R=32.60%
G=53.96%
B=13.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148245610.4000.750.0491.6390.260
Hex94F53D2804B45c5a3c
Octal22436575500113413413274
Binary10010100111101011111011010000100101110010111001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,245,61); }

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

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

 a { background-color: rgb(148,245,61); }

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

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

 span { border-color: rgb(148,245,61); }

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