#52C84D

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

Shades of Apple #52C84D

Tints of Apple #52C84D

Color information

#52C84D (or 0x52C84D) is unknown color: approx Apple. HEX triplet: 52, C8 and 4D. RGB value is (82,200,77). Sum of RGB (Red+Green+Blue) = 82+200+77=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #52C84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C84D is #AD37B2. Grayscale: #979797. Windows color (decimal): -11351987 or 5097554. OLE color: 5097554.

HSL color Cylindrical-coordinate representation of color #52C84D: hue angle of 117.56º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52C84D is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB8220077-
CMYK0.5900.620.22
HSL117.56º52.79%54.31%-
HSV(B)117.56º61.5%78.43%-
XYZ25.4743.6414.1-
YUV150.786.4179-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 200 (78.52% from 255) = 55.71%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=22.84%
G=55.71%
B=21.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82200770.5900.620.22117.5652.7954.31
Hex52C84D3B03E16763536
Octal12231011573076261666566
Binary10100101100100010011011110110111110101101110110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,200,77); }

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

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

 a { background-color: rgb(82,200,77); }

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

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

 span { border-color: rgb(82,200,77); }

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