#94E420

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

Shades of Yellow Green #94E420

Tints of Yellow Green #94E420

Color information

#94E420 (or 0x94E420) is unknown color: approx Yellow Green. HEX triplet: 94, E4 and 20. RGB value is (148,228,32). Sum of RGB (Red+Green+Blue) = 148+228+32=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 228 (89.45% from 255 or 55.88% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 228 - color contains mainly: green. Hex color #94E420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E420 is #6B1BDF. Grayscale: #B6B6B6. Windows color (decimal): -7019488 or 2155668. OLE color: 2155668.

HSL color Cylindrical-coordinate representation of color #94E420: hue angle of 84.49º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94E420 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB14822832-
CMYK0.3500.860.11
HSL84.49º78.4%50.98%-
HSV(B)84.49º85.96%89.41%-
XYZ40.2261.8911.19-
YUV181.7443.5103.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 228 (89.45% from 255) = 55.88%
BLUE value IS 32 (12.89% from 255) = 7.84%
R=36.27%
G=55.88%
B=7.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal148228320.3500.860.1184.4978.450.98
Hex94E42023056B544e33
Octal224344404301261312411663
Binary100101001110010010000010001101010110101110101001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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