#53AB43

Color #53AB43 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #53AB43

Tints of Apple #53AB43

Color information

#53AB43 (or 0x53AB43) is unknown color: approx Apple. HEX triplet: 53, AB and 43. RGB value is (83,171,67). Sum of RGB (Red+Green+Blue) = 83+171+67=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB43 is #AC54BC. Grayscale: #858585. Windows color (decimal): -11293885 or 4434771. OLE color: 4434771.

HSL color Cylindrical-coordinate representation of color #53AB43: hue angle of 110.77º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53AB43 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB8317167-
CMYK0.5100.610.33
HSL110.77º43.7%46.67%-
HSV(B)110.77º60.82%67.06%-
XYZ19.1431.3710.36-
YUV132.8390.8592.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 171 (67.19% from 255) = 53.27%
BLUE value IS 67 (26.56% from 255) = 20.87%
R=25.86%
G=53.27%
B=20.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83171670.5100.610.33110.7743.746.67
Hex53AB433303D216f2c2f
Octal12325310363075411575457
Binary101001110101011100001111001101111011000011101111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AB43; }

 p { color: rgb(83,171,67); }

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

<style>
 a { background-color: #53AB43; }

 a { background-color: rgb(83,171,67); }

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

<style>
 span { border-color: #53AB43; }

 span { border-color: rgb(83,171,67); }

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