#54A533

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

Shades of Limeade #54A533

Tints of Limeade #54A533

Color information

#54A533 (or 0x54A533) is unknown color: approx Limeade. HEX triplet: 54, A5 and 33. RGB value is (84,165,51). Sum of RGB (Red+Green+Blue) = 84+165+51=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #54A533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A533 is #AB5ACC. Grayscale: #808080. Windows color (decimal): -11229901 or 3384660. OLE color: 3384660.

HSL color Cylindrical-coordinate representation of color #54A533: hue angle of 102.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54A533 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB8416551-
CMYK0.4900.690.35
HSL102.63º52.78%42.35%-
HSV(B)102.63º69.09%64.71%-
XYZ17.7129.037.8-
YUV127.7884.6696.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 165 (64.84% from 255) = 55%
BLUE value IS 51 (20.31% from 255) = 17%
R=28%
G=55%
B=17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84165510.4900.690.35102.6352.7842.35
Hex54A533310452367352a
Octal12424563610105431476552
Binary101010010100101110011110001010001011000111100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,165,51); }

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

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

 a { background-color: rgb(84,165,51); }

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

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

 span { border-color: rgb(84,165,51); }

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