#94EF20

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

Shades of Green Yellow #94EF20

Tints of Green Yellow #94EF20

Color information

#94EF20 (or 0x94EF20) is unknown color: approx Green Yellow. HEX triplet: 94, EF and 20. RGB value is (148,239,32). Sum of RGB (Red+Green+Blue) = 148+239+32=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EF20 is #6B10DF. Grayscale: #BCBCBC. Windows color (decimal): -7016672 or 2158484. OLE color: 2158484.

HSL color Cylindrical-coordinate representation of color #94EF20: hue angle of 86.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94EF20 is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB14823932-
CMYK0.3800.870.06
HSL86.38º86.61%53.14%-
HSV(B)86.38º86.61%93.73%-
XYZ43.3468.1312.23-
YUV188.1939.8599.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 239 (93.75% from 255) = 57.04%
BLUE value IS 32 (12.89% from 255) = 7.64%
R=35.32%
G=57.04%
B=7.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal148239320.3800.870.0686.3886.6153.14
Hex94EF20260576565735
Octal22435740460127612612765
Binary10010100111011111000001001100101011111010101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,239,32); }

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

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

 a { background-color: rgb(148,239,32); }

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

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

 span { border-color: rgb(148,239,32); }

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