Html Css Color HEX #53AB3F Apple

📋 copy color: '#53AB3F'

red 83 ◦ green 171 ◦ blue 63

#53AB3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #53AB3F

Tints of Apple #53AB3F

RGB

 RED value IS 83 (32.81% from 255) = 26.18%

 GREEN value IS 171 (67.19% from 255) = 53.94%

 BLUE value IS 63 (25% from 255) = 19.87%

R = 26.18%
G = 53.94%
B = 19.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#53AB3F (or 0x53AB3F) is known color: Apple. HEX triplet: 53, AB and 3F. RGB value is (83,171,63). Sum of RGB (Red+Green+Blue) = 83+171+63=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB3F is #AC54C0. Grayscale: #848484. Windows color (decimal): -11293889 or 4172627. OLE color: 4172627.

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

Color convert

RGB 83 171 63 -
CMYK 0.51 0 0.63 0.33
HSL 108.89º 0.46% 0.46% -
HSV(B) 108.89º 0.63% 0.67% -
XYZ 19.03 31.32 9.75 -
YUV 132.38 88.85 92.78 -
System Red Green Blue C M Y K H S L
Decimal 83 171 63 0.51 0 0.63 0.33 108.89 0.46 0.46
Hex 53 AB 3F 33 0 3F 21 6D 2E 2E
Octal 123 253 77 63 0 77 41 155 56 56
Binary 1010011 10101011 111111 110011 0 111111 100001 1101101 101110 101110

Color Harmonies of #53AB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AB3F

Black with #53AB3F

Text Example


Text Example

White with #53AB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53AB3F;
 }
 .AnyTagClassName
 {
   color: #53AB3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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