Html Css Color HEX #52BA47 Apple

📋 copy color: '#52BA47'

red 82 ◦ green 186 ◦ blue 71

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

Shades of Apple #52BA47

Tints of Apple #52BA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.87%

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 24.19%
G = 54.87%
B = 20.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#52BA47 (or 0x52BA47) is known color: Apple. HEX triplet: 52, BA and 47. RGB value is (82,186,71). Sum of RGB (Red+Green+Blue) = 82+186+71=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA47 is #AD45B8. Grayscale: #8E8E8E. Windows color (decimal): -11355577 or 4700754. OLE color: 4700754.

HSL color Cylindrical-coordinate representation of color #52BA47: hue angle of 114.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52BA47 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 71 -
CMYK 0.56 0 0.62 0.27
HSL 114.26º 0.45% 0.5% -
HSV(B) 114.26º 0.62% 0.73% -
XYZ 22.18 37.37 12 -
YUV 141.79 88.04 85.35 -
System Red Green Blue C M Y K H S L
Decimal 82 186 71 0.56 0 0.62 0.27 114.26 0.45 0.5
Hex 52 BA 47 38 0 3E 1B 72 2D 32
Octal 122 272 107 70 0 76 33 162 55 62
Binary 1010010 10111010 1000111 111000 0 111110 11011 1110010 101101 110010

Color Harmonies of #52BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA47

Black with #52BA47

Text Example


Text Example

White with #52BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,186,71); }

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

background-color css

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

 a { background-color: rgb(82,186,71); }

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

border-color css

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

 span { border-color: rgb(82,186,71); }

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