Html Css Color HEX #53AB44 Apple

📋 copy color: '#53AB44'

red 83 ◦ green 171 ◦ blue 68

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

Shades of Apple #53AB44

Tints of Apple #53AB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.12%

R = 25.78%
G = 53.11%
B = 21.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#53AB44 (or 0x53AB44) is known color: Apple. HEX triplet: 53, AB and 44. RGB value is (83,171,68). Sum of RGB (Red+Green+Blue) = 83+171+68=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB44 is #AC54BB. Grayscale: #858585. Windows color (decimal): -11293884 or 4500307. OLE color: 4500307.

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

Color convert

RGB 83 171 68 -
CMYK 0.51 0 0.60 0.33
HSL 111.26º 0.43% 0.47% -
HSV(B) 111.26º 0.6% 0.67% -
XYZ 19.17 31.38 10.52 -
YUV 132.95 91.35 92.38 -
System Red Green Blue C M Y K H S L
Decimal 83 171 68 0.51 0 0.60 0.33 111.26 0.43 0.47
Hex 53 AB 44 33 0 3C 21 6F 2B 2F
Octal 123 253 104 63 0 74 41 157 53 57
Binary 1010011 10101011 1000100 110011 0 111100 100001 1101111 101011 101111

Color Harmonies of #53AB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AB44

Black with #53AB44

Text Example


Text Example

White with #53AB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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