#52BB3C

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

Shades of Apple #52BB3C

Tints of Apple #52BB3C

Color information

#52BB3C (or 0x52BB3C) is unknown color: approx Apple. HEX triplet: 52, BB and 3C. RGB value is (82,187,60). Sum of RGB (Red+Green+Blue) = 82+187+60=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB3C is #AD44C3. Grayscale: #8D8D8D. Windows color (decimal): -11355332 or 3980114. OLE color: 3980114.

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

Color convert

RGB8218760-
CMYK0.5600.680.27
HSL109.61º51.42%48.43%-
HSV(B)109.61º67.91%73.33%-
XYZ22.0737.6610.38-
YUV141.1382.2185.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 187 (73.44% from 255) = 56.84%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=24.92%
G=56.84%
B=18.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82187600.5600.680.27109.6151.4248.43
Hex52BB3C380441B6e3330
Octal12227374700104331566360
Binary10100101011101111110011100001000100110111101110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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