Html Css Color HEX #52AE32 Apple

📋 copy color: '#52AE32'

red 82 ◦ green 174 ◦ blue 50

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

Shades of Apple #52AE32

Tints of Apple #52AE32

RGB

 RED value IS 82 (32.42% from 255) = 26.8%

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

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 26.8%
G = 56.86%
B = 16.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#52AE32 (or 0x52AE32) is known color: Apple. HEX triplet: 52, AE and 32. RGB value is (82,174,50). Sum of RGB (Red+Green+Blue) = 82+174+50=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AE32 is #AD51CD. Grayscale: #848484. Windows color (decimal): -11358670 or 3321426. OLE color: 3321426.

HSL color Cylindrical-coordinate representation of color #52AE32: hue angle of 104.52º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52AE32 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 174 50 -
CMYK 0.53 0 0.71 0.32
HSL 104.52º 0.55% 0.44% -
HSV(B) 104.52º 0.71% 0.68% -
XYZ 19.19 32.3 8.24 -
YUV 132.36 81.52 92.08 -
System Red Green Blue C M Y K H S L
Decimal 82 174 50 0.53 0 0.71 0.32 104.52 0.55 0.44
Hex 52 AE 32 35 0 47 20 69 37 2C
Octal 122 256 62 65 0 107 40 151 67 54
Binary 1010010 10101110 110010 110101 0 1000111 100000 1101001 110111 101100

Color Harmonies of #52AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AE32

Black with #52AE32

Text Example


Text Example

White with #52AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AE32; }

 p { color: rgb(82,174,50); }

 H1.HeaderClassName
 {
   color: #52AE32;
 }
 .AnyTagClassName
 {
   color: #52AE32;
 }
</style>

background-color css

<style>
 a { background-color: #52AE32; }

 a { background-color: rgb(82,174,50); }

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

border-color css

<style>
 span { border-color: #52AE32; }

 span { border-color: rgb(82,174,50); }

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