#52C441

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

Shades of Apple #52C441

Tints of Apple #52C441

Color information

#52C441 (or 0x52C441) is unknown color: approx Apple. HEX triplet: 52, C4 and 41. RGB value is (82,196,65). Sum of RGB (Red+Green+Blue) = 82+196+65=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #52C441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C441 is #AD3BBE. Grayscale: #939393. Windows color (decimal): -11353023 or 4310098. OLE color: 4310098.

HSL color Cylindrical-coordinate representation of color #52C441: hue angle of 112.21º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C441 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB8219665-
CMYK0.5800.670.23
HSL112.21º52.61%51.18%-
HSV(B)112.21º66.84%76.86%-
XYZ24.1741.6611.77-
YUV146.9881.7381.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 196 (76.95% from 255) = 57.14%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=23.91%
G=57.14%
B=18.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82196650.5800.670.23112.2152.6151.18
Hex52C4413A04317703533
Octal122304101720103271606563
Binary101001011000100100000111101001000011101111110000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,65); }

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

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

 a { background-color: rgb(82,196,65); }

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

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

 span { border-color: rgb(82,196,65); }

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