#94F544

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

Shades of Green Yellow #94F544

Tints of Green Yellow #94F544

Color information

#94F544 (or 0x94F544) is unknown color: approx Green Yellow. HEX triplet: 94, F5 and 44. RGB value is (148,245,68). Sum of RGB (Red+Green+Blue) = 148+245+68=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 245 (96.09% from 255 or 53.15% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 245 - color contains mainly: green. Hex color #94F544 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F544 is #6B0ABB. Grayscale: #C4C4C4. Windows color (decimal): -7015100 or 4519316. OLE color: 4519316.

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

Color convert

RGB14824568-
CMYK0.4000.720.04
HSL92.88º89.85%61.37%-
HSV(B)92.88º72.24%96.08%-
XYZ45.9172.0216.95-
YUV195.8255.8693.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 245 (96.09% from 255) = 53.15%
BLUE value IS 68 (26.95% from 255) = 14.75%
R=32.10%
G=53.15%
B=14.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148245680.4000.720.0492.8889.8561.37
Hex94F5442804845d5a3d
Octal224365104500110413513275
Binary100101001111010110001001010000100100010010111011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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