#54A334

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

Shades of Limeade #54A334

Tints of Limeade #54A334

Color information

#54A334 (or 0x54A334) is unknown color: approx Limeade. HEX triplet: 54, A3 and 34. RGB value is (84,163,52). Sum of RGB (Red+Green+Blue) = 84+163+52=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #54A334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A334 is #AB5CCB. Grayscale: #7F7F7F. Windows color (decimal): -11230412 or 3449684. OLE color: 3449684.

HSL color Cylindrical-coordinate representation of color #54A334: hue angle of 102.7º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54A334 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB8416352-
CMYK0.4800.680.36
HSL102.7º51.63%42.16%-
HSV(B)102.7º68.1%63.92%-
XYZ17.3728.337.8-
YUV126.7285.8397.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 163 (64.06% from 255) = 54.52%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=28.09%
G=54.52%
B=17.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84163520.4800.680.36102.751.6342.16
Hex54A334300442467342a
Octal12424364600104441476452
Binary101010010100011110100110000010001001001001100111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A334; }

 p { color: rgb(84,163,52); }

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

<style>
 a { background-color: #54A334; }

 a { background-color: rgb(84,163,52); }

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

<style>
 span { border-color: #54A334; }

 span { border-color: rgb(84,163,52); }

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