#52BD35

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

Shades of Apple #52BD35

Tints of Apple #52BD35

Color information

#52BD35 (or 0x52BD35) is unknown color: approx Apple. HEX triplet: 52, BD and 35. RGB value is (82,189,53). Sum of RGB (Red+Green+Blue) = 82+189+53=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BD35 is #AD42CA. Grayscale: #8D8D8D. Windows color (decimal): -11354827 or 3521874. OLE color: 3521874.

HSL color Cylindrical-coordinate representation of color #52BD35: hue angle of 107.21º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52BD35 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB8218953-
CMYK0.5700.720.26
HSL107.21º56.2%47.45%-
HSV(B)107.21º71.96%74.12%-
XYZ22.3238.459.61-
YUV141.578.0585.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 189 (74.22% from 255) = 58.33%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=25.31%
G=58.33%
B=16.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82189530.5700.720.26107.2156.247.45
Hex52BD35390481A6b382f
Octal12227565710110321537057
Binary10100101011110111010111100101001000110101101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,189,53); }

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

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

 a { background-color: rgb(82,189,53); }

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

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

 span { border-color: rgb(82,189,53); }

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