Html Css Color HEX #52BA39 Apple

📋 copy color: '#52BA39'

red 82 ◦ green 186 ◦ blue 57

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

Shades of Apple #52BA39

Tints of Apple #52BA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.54%

R = 25.23%
G = 57.23%
B = 17.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#52BA39 (or 0x52BA39) is known color: Apple. HEX triplet: 52, BA and 39. RGB value is (82,186,57). Sum of RGB (Red+Green+Blue) = 82+186+57=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA39 is #AD45C6. Grayscale: #8C8C8C. Windows color (decimal): -11355591 or 3783250. OLE color: 3783250.

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

Color convert

RGB 82 186 57 -
CMYK 0.56 0 0.69 0.27
HSL 108.37º 0.53% 0.48% -
HSV(B) 108.37º 0.69% 0.73% -
XYZ 21.78 37.21 9.9 -
YUV 140.2 81.04 86.49 -
System Red Green Blue C M Y K H S L
Decimal 82 186 57 0.56 0 0.69 0.27 108.37 0.53 0.48
Hex 52 BA 39 38 0 45 1B 6C 35 30
Octal 122 272 71 70 0 105 33 154 65 60
Binary 1010010 10111010 111001 111000 0 1000101 11011 1101100 110101 110000

Color Harmonies of #52BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA39

Black with #52BA39

Text Example


Text Example

White with #52BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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