#52A83E

Color #52A83E Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #52A83E

Tints of Apple #52A83E

Color information

#52A83E (or 0x52A83E) is unknown color: approx Apple. HEX triplet: 52, A8 and 3E. RGB value is (82,168,62). Sum of RGB (Red+Green+Blue) = 82+168+62=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #52A83E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A83E is #AD57C1. Grayscale: #828282. Windows color (decimal): -11360194 or 4106322. OLE color: 4106322.

HSL color Cylindrical-coordinate representation of color #52A83E: hue angle of 108.68º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52A83E is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB8216862-
CMYK0.5100.630.34
HSL108.68º46.09%45.1%-
HSV(B)108.68º63.1%65.88%-
XYZ18.3530.159.41-
YUV130.289.5193.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 168 (66.02% from 255) = 53.85%
BLUE value IS 62 (24.61% from 255) = 19.87%
R=26.28%
G=53.85%
B=19.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal82168620.5100.630.34108.6846.0945.1
Hex52A83E3303F226d2e2d
Octal1222507663077421555655
Binary10100101010100011111011001101111111000101101101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,168,62); }

 H1.HeaderClassName
 {
   color: #52A83E;
 }
 .AnyTagClassName
 {
   color: #52A83E;
 }
</style>
background-color css

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

 a { background-color: rgb(82,168,62); }

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

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

 span { border-color: rgb(82,168,62); }

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