#52cd4e

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

Shades of Apple #52CD4E

Tints of Apple #52CD4E

Color information

#52CD4E (or 0x52CD4E) is unknown color: approx Apple. HEX triplet: 52, CD and 4E. RGB value is (82,205,78). Sum of RGB (Red+Green+Blue) = 82+205+78=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CD4E is #AD32B1. Grayscale: #9A9A9A. Windows color (decimal): -11350706 or 5164370. OLE color: 5164370.

HSL color Cylindrical-coordinate representation of color #52CD4E: hue angle of 118.11º degrees, saturation: 0.56, 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 #52CD4E is Cyan = 0.6, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB8220578-
CMYK0.600.620.20
HSL118.11º55.95%55.49%-
HSV(B)118.11º61.95%80.39%-
XYZ26.6946.0114.68-
YUV153.7485.2576.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 205 (80.47% from 255) = 56.16%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=22.47%
G=56.16%
B=21.37%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82205780.600.620.20118.1155.9555.49
Hex52CD4E3C03E14763837
Octal12231511674076241667067
Binary10100101100110110011101111000111110101001110110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52cd4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,205,78); }

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

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

 a { background-color: rgb(82,205,78); }

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

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

 span { border-color: rgb(82,205,78); }

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