#5E9420

Color #5E9420 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5E9420

Tints of Limeade #5E9420

Color information

#5E9420 (or 0x5E9420) is unknown color: approx Limeade. HEX triplet: 5E, 94 and 20. RGB value is (94,148,32). Sum of RGB (Red+Green+Blue) = 94+148+32=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9420 is #A16BDF. Grayscale: #777777. Windows color (decimal): -10578912 or 2135134. OLE color: 2135134.

HSL color Cylindrical-coordinate representation of color #5E9420: hue angle of 87.93º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E9420 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB9414832-
CMYK0.3600.780.42
HSL87.93º64.44%35.29%-
HSV(B)87.93º78.38%58.04%-
XYZ15.4723.665.12-
YUV118.6379.11110.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.31%
GREEN value IS 148 (58.20% from 255) = 54.01%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=34.31%
G=54.01%
B=11.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94148320.3600.780.4287.9364.4435.29
Hex5E94202404E2A584023
Octal136224404401165213010043
Binary1011110100101001000001001000100111010101010110001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E9420; }

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

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

<style>
 a { background-color: #5E9420; }

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

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

<style>
 span { border-color: #5E9420; }

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

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