Html Css Color HEX #53AC40 Apple

📋 copy color: '#53AC40'

red 83 ◦ green 172 ◦ blue 64

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

Shades of Apple #53AC40

Tints of Apple #53AC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.92%

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

R = 26.02%
G = 53.92%
B = 20.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#53AC40 (or 0x53AC40) is known color: Apple. HEX triplet: 53, AC and 40. RGB value is (83,172,64). Sum of RGB (Red+Green+Blue) = 83+172+64=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AC40 is #AC53BF. Grayscale: #858585. Windows color (decimal): -11293632 or 4238419. OLE color: 4238419.

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

Color convert

RGB 83 172 64 -
CMYK 0.52 0 0.63 0.33
HSL 109.44º 0.46% 0.46% -
HSV(B) 109.44º 0.63% 0.67% -
XYZ 19.25 31.71 9.96 -
YUV 133.08 89.01 92.28 -
System Red Green Blue C M Y K H S L
Decimal 83 172 64 0.52 0 0.63 0.33 109.44 0.46 0.46
Hex 53 AC 40 34 0 3F 21 6D 2E 2E
Octal 123 254 100 64 0 77 41 155 56 56
Binary 1010011 10101100 1000000 110100 0 111111 100001 1101101 101110 101110

Color Harmonies of #53AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC40

Black with #53AC40

Text Example


Text Example

White with #53AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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