#52BB45

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

Shades of Apple #52BB45

Tints of Apple #52BB45

Color information

#52BB45 (or 0x52BB45) is unknown color: approx Apple. HEX triplet: 52, BB and 45. RGB value is (82,187,69). Sum of RGB (Red+Green+Blue) = 82+187+69=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB45 is #AD44BA. Grayscale: #8E8E8E. Windows color (decimal): -11355323 or 4569938. OLE color: 4569938.

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

Color convert

RGB8218769-
CMYK0.5600.630.27
HSL113.39º46.46%50.2%-
HSV(B)113.39º63.1%73.33%-
XYZ22.3237.7611.74-
YUV142.1586.7185.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 187 (73.44% from 255) = 55.33%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=24.26%
G=55.33%
B=20.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82187690.5600.630.27113.3946.4650.2
Hex52BB453803F1B712e32
Octal12227310570077331615662
Binary10100101011101110001011110000111111110111110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,187,69); }

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

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

 a { background-color: rgb(82,187,69); }

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

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

 span { border-color: rgb(82,187,69); }

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