#55933A

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

Shades of Limeade #55933A

Tints of Limeade #55933A

Color information

#55933A (or 0x55933A) is unknown color: approx Limeade. HEX triplet: 55, 93 and 3A. RGB value is (85,147,58). Sum of RGB (Red+Green+Blue) = 85+147+58=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #55933A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55933A is #AA6CC5. Grayscale: #767676. Windows color (decimal): -11168966 or 3838805. OLE color: 3838805.

HSL color Cylindrical-coordinate representation of color #55933A: hue angle of 101.8º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55933A is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB8514758-
CMYK0.4200.610.42
HSL101.8º43.41%40.2%-
HSV(B)101.8º60.54%57.65%-
XYZ14.9423.17.67-
YUV118.3293.96104.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 147 (57.81% from 255) = 50.69%
BLUE value IS 58 (23.05% from 255) = 20%
R=29.31%
G=50.69%
B=20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147580.4200.610.42101.843.4140.2
Hex55933A2A03D2A662b28
Octal1252237252075521465350
Binary10101011001001111101010101001111011010101100110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55933A; }

 p { color: rgb(85,147,58); }

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

<style>
 a { background-color: #55933A; }

 a { background-color: rgb(85,147,58); }

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

<style>
 span { border-color: #55933A; }

 span { border-color: rgb(85,147,58); }

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