#52CA38

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

Shades of Apple #52CA38

Tints of Apple #52CA38

Color information

#52CA38 (or 0x52CA38) is unknown color: approx Apple. HEX triplet: 52, CA and 38. RGB value is (82,202,56). Sum of RGB (Red+Green+Blue) = 82+202+56=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CA38 is #AD35C7. Grayscale: #959595. Windows color (decimal): -11351496 or 3721810. OLE color: 3721810.

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

Color convert

RGB8220256-
CMYK0.5900.720.21
HSL109.32º57.94%50.59%-
HSV(B)109.32º72.28%79.22%-
XYZ25.3144.3210.96-
YUV149.4875.2479.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 202 (79.30% from 255) = 59.41%
BLUE value IS 56 (22.27% from 255) = 16.47%
R=24.12%
G=59.41%
B=16.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82202560.5900.720.21109.3257.9450.59
Hex52CA383B048156d3a33
Octal12231270730110251557263
Binary10100101100101011100011101101001000101011101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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