#52CC4D

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

Shades of Apple #52CC4D

Tints of Apple #52CC4D

Color information

#52CC4D (or 0x52CC4D) is unknown color: approx Apple. HEX triplet: 52, CC and 4D. RGB value is (82,204,77). Sum of RGB (Red+Green+Blue) = 82+204+77=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CC4D is #AD33B2. Grayscale: #999999. Windows color (decimal): -11350963 or 5098578. OLE color: 5098578.

HSL color Cylindrical-coordinate representation of color #52CC4D: hue angle of 117.64º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52CC4D is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB8220477-
CMYK0.6000.620.2
HSL117.64º55.46%55.1%-
HSV(B)117.64º62.25%80%-
XYZ26.4145.5214.41-
YUV153.0485.0877.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 204 (80.08% from 255) = 56.20%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=22.59%
G=56.20%
B=21.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82204770.6000.620.2117.6455.4655.1
Hex52CC4D3C03E14763737
Octal12231411574076241666767
Binary10100101100110010011011111000111110101001110110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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