#52B93D

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

Shades of Apple #52B93D

Tints of Apple #52B93D

Color information

#52B93D (or 0x52B93D) is unknown color: approx Apple. HEX triplet: 52, B9 and 3D. RGB value is (82,185,61). Sum of RGB (Red+Green+Blue) = 82+185+61=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #52B93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B93D is #AD46C2. Grayscale: #8C8C8C. Windows color (decimal): -11355843 or 4045138. OLE color: 4045138.

HSL color Cylindrical-coordinate representation of color #52B93D: hue angle of 109.84º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52B93D is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB8218561-
CMYK0.5600.670.27
HSL109.84º50.41%48.24%-
HSV(B)109.84º67.03%72.55%-
XYZ21.6736.8310.38-
YUV140.0783.3886.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 185 (72.66% from 255) = 56.40%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=25%
G=56.40%
B=18.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82185610.5600.670.27109.8450.4148.24
Hex52B93D380431B6e3230
Octal12227175700103331566260
Binary10100101011100111110111100001000011110111101110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,185,61); }

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

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

 a { background-color: rgb(82,185,61); }

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

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

 span { border-color: rgb(82,185,61); }

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