#53AE43

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

Shades of Apple #53AE43

Tints of Apple #53AE43

Color information

#53AE43 (or 0x53AE43) is unknown color: approx Apple. HEX triplet: 53, AE and 43. RGB value is (83,174,67). Sum of RGB (Red+Green+Blue) = 83+174+67=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AE43 is #AC51BC. Grayscale: #868686. Windows color (decimal): -11293117 or 4435539. OLE color: 4435539.

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

Color convert

RGB8317467-
CMYK0.5200.610.32
HSL111.03º44.4%47.25%-
HSV(B)111.03º61.49%68.24%-
XYZ19.7232.5210.55-
YUV134.5989.8591.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 174 (68.36% from 255) = 53.70%
BLUE value IS 67 (26.56% from 255) = 20.68%
R=25.62%
G=53.70%
B=20.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83174670.5200.610.32111.0344.447.25
Hex53AE433403D206f2c2f
Octal12325610364075401575457
Binary101001110101110100001111010001111011000001101111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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