Html Css Color HEX #53AE42 Apple

📋 copy color: '#53AE42'

red 83 ◦ green 174 ◦ blue 66

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

Shades of Apple #53AE42

Tints of Apple #53AE42

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.87%

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 25.7%
G = 53.87%
B = 20.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#53AE42 (or 0x53AE42) is known color: Apple. HEX triplet: 53, AE and 42. RGB value is (83,174,66). Sum of RGB (Red+Green+Blue) = 83+174+66=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AE42 is #AC51BD. Grayscale: #868686. Windows color (decimal): -11293118 or 4370003. OLE color: 4370003.

HSL color Cylindrical-coordinate representation of color #53AE42: hue angle of 110.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53AE42 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 174 66 -
CMYK 0.52 0 0.62 0.32
HSL 110.56º 0.45% 0.47% -
HSV(B) 110.56º 0.62% 0.68% -
XYZ 19.69 32.5 10.39 -
YUV 134.48 89.35 91.28 -
System Red Green Blue C M Y K H S L
Decimal 83 174 66 0.52 0 0.62 0.32 110.56 0.45 0.47
Hex 53 AE 42 34 0 3E 20 6F 2D 2F
Octal 123 256 102 64 0 76 40 157 55 57
Binary 1010011 10101110 1000010 110100 0 111110 100000 1101111 101101 101111

Color Harmonies of #53AE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AE42

Black with #53AE42

Text Example


Text Example

White with #53AE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,174,66); }

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

background-color css

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

 a { background-color: rgb(83,174,66); }

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

border-color css

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

 span { border-color: rgb(83,174,66); }

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