#52C14A

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

Shades of Apple #52C14A

Tints of Apple #52C14A

Color information

#52C14A (or 0x52C14A) is unknown color: approx Apple. HEX triplet: 52, C1 and 4A. RGB value is (82,193,74). Sum of RGB (Red+Green+Blue) = 82+193+74=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #52C14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C14A is #AD3EB5. Grayscale: #929292. Windows color (decimal): -11353782 or 4899154. OLE color: 4899154.

HSL color Cylindrical-coordinate representation of color #52C14A: hue angle of 115.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52C14A is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB8219374-
CMYK0.5800.620.24
HSL115.97º48.97%52.35%-
HSV(B)115.97º61.66%75.69%-
XYZ23.7940.4313.03-
YUV146.2487.2382.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 193 (75.78% from 255) = 55.30%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=23.50%
G=55.30%
B=21.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82193740.5800.620.24115.9748.9752.35
Hex52C14A3A03E18743134
Octal12230111272076301646164
Binary10100101100000110010101110100111110110001110100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,193,74); }

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

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

 a { background-color: rgb(82,193,74); }

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

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

 span { border-color: rgb(82,193,74); }

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