#52CA4D

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

Shades of Apple #52CA4D

Tints of Apple #52CA4D

Color information

#52CA4D (or 0x52CA4D) is unknown color: approx Apple. HEX triplet: 52, CA and 4D. RGB value is (82,202,77). Sum of RGB (Red+Green+Blue) = 82+202+77=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA4D is #AD35B2. Grayscale: #989898. Windows color (decimal): -11351475 or 5098066. OLE color: 5098066.

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

Color convert

RGB8220277-
CMYK0.5900.620.21
HSL117.6º54.11%54.71%-
HSV(B)117.6º61.88%79.22%-
XYZ25.9444.5714.26-
YUV151.8785.7478.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 202 (79.30% from 255) = 55.96%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=22.71%
G=55.96%
B=21.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82202770.5900.620.21117.654.1154.71
Hex52CA4D3B03E15763637
Octal12231211573076251666667
Binary10100101100101010011011110110111110101011110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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