Html Css Color HEX #52AA40 Apple

📋 copy color: '#52AA40'

red 82 ◦ green 170 ◦ blue 64

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

Shades of Apple #52AA40

Tints of Apple #52AA40

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.8%

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

R = 25.95%
G = 53.8%
B = 20.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#52AA40 (or 0x52AA40) is known color: Apple. HEX triplet: 52, AA and 40. RGB value is (82,170,64). Sum of RGB (Red+Green+Blue) = 82+170+64=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA40 is #AD55BF. Grayscale: #838383. Windows color (decimal): -11359680 or 4237906. OLE color: 4237906.

HSL color Cylindrical-coordinate representation of color #52AA40: hue angle of 109.81º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52AA40 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 170 64 -
CMYK 0.52 0 0.62 0.33
HSL 109.81º 0.45% 0.46% -
HSV(B) 109.81º 0.62% 0.67% -
XYZ 18.78 30.91 9.83 -
YUV 131.6 89.85 92.62 -
System Red Green Blue C M Y K H S L
Decimal 82 170 64 0.52 0 0.62 0.33 109.81 0.45 0.46
Hex 52 AA 40 34 0 3E 21 6E 2D 2E
Octal 122 252 100 64 0 76 41 156 55 56
Binary 1010010 10101010 1000000 110100 0 111110 100001 1101110 101101 101110

Color Harmonies of #52AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA40

Black with #52AA40

Text Example


Text Example

White with #52AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,170,64); }

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

background-color css

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

 a { background-color: rgb(82,170,64); }

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

border-color css

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

 span { border-color: rgb(82,170,64); }

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