Html Css Color HEX #53AB40 Apple

📋 copy color: '#53AB40'

red 83 ◦ green 171 ◦ blue 64

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

Shades of Apple #53AB40

Tints of Apple #53AB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 26.1%
G = 53.77%
B = 20.13%

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

#53AB40 (or 0x53AB40) is known color: Apple. HEX triplet: 53, AB and 40. RGB value is (83,171,64). Sum of RGB (Red+Green+Blue) = 83+171+64=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB40 is #AC54BF. Grayscale: #848484. Windows color (decimal): -11293888 or 4238163. OLE color: 4238163.

HSL color Cylindrical-coordinate representation of color #53AB40: hue angle of 109.35º 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 #53AB40 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 171 64 -
CMYK 0.51 0 0.63 0.33
HSL 109.35º 0.46% 0.46% -
HSV(B) 109.35º 0.63% 0.67% -
XYZ 19.06 31.33 9.89 -
YUV 132.49 89.35 92.7 -
System Red Green Blue C M Y K H S L
Decimal 83 171 64 0.51 0 0.63 0.33 109.35 0.46 0.46
Hex 53 AB 40 33 0 3F 21 6D 2E 2E
Octal 123 253 100 63 0 77 41 155 56 56
Binary 1010011 10101011 1000000 110011 0 111111 100001 1101101 101110 101110

Color Harmonies of #53AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AB40

Black with #53AB40

Text Example


Text Example

White with #53AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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