Html Css Color HEX #52BA48 Apple

📋 copy color: '#52BA48'

red 82 ◦ green 186 ◦ blue 72

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

Shades of Apple #52BA48

Tints of Apple #52BA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 24.12%
G = 54.71%
B = 21.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#52BA48 (or 0x52BA48) is known color: Apple. HEX triplet: 52, BA and 48. RGB value is (82,186,72). Sum of RGB (Red+Green+Blue) = 82+186+72=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA48 is #AD45B7. Grayscale: #8E8E8E. Windows color (decimal): -11355576 or 4766290. OLE color: 4766290.

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

Color convert

RGB 82 186 72 -
CMYK 0.56 0 0.61 0.27
HSL 114.74º 0.45% 0.51% -
HSV(B) 114.74º 0.61% 0.73% -
XYZ 22.21 37.38 12.18 -
YUV 141.91 88.54 85.27 -
System Red Green Blue C M Y K H S L
Decimal 82 186 72 0.56 0 0.61 0.27 114.74 0.45 0.51
Hex 52 BA 48 38 0 3D 1B 73 2D 33
Octal 122 272 110 70 0 75 33 163 55 63
Binary 1010010 10111010 1001000 111000 0 111101 11011 1110011 101101 110011

Color Harmonies of #52BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA48

Black with #52BA48

Text Example


Text Example

White with #52BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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