#53AB41

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

Shades of Apple #53AB41

Tints of Apple #53AB41

Color information

#53AB41 (or 0x53AB41) is unknown color: approx Apple. HEX triplet: 53, AB and 41. RGB value is (83,171,65). Sum of RGB (Red+Green+Blue) = 83+171+65=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB41 is #AC54BE. Grayscale: #848484. Windows color (decimal): -11293887 or 4303699. OLE color: 4303699.

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

Color convert

RGB8317165-
CMYK0.5100.620.33
HSL109.81º44.92%46.27%-
HSV(B)109.81º61.99%67.06%-
XYZ19.0831.3510.05-
YUV132.689.8592.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 171 (67.19% from 255) = 53.61%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=26.02%
G=53.61%
B=20.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83171650.5100.620.33109.8144.9246.27
Hex53AB413303E216e2d2e
Octal12325310163076411565556
Binary101001110101011100000111001101111101000011101110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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