#52BD4B

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

Shades of Apple #52BD4B

Tints of Apple #52BD4B

Color information

#52BD4B (or 0x52BD4B) is unknown color: approx Apple. HEX triplet: 52, BD and 4B. RGB value is (82,189,75). Sum of RGB (Red+Green+Blue) = 82+189+75=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BD4B is #AD42B4. Grayscale: #909090. Windows color (decimal): -11354805 or 4963666. OLE color: 4963666.

HSL color Cylindrical-coordinate representation of color #52BD4B: hue angle of 116.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52BD4B is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB8218975-
CMYK0.5700.600.26
HSL116.32º46.34%51.76%-
HSV(B)116.32º60.32%74.12%-
XYZ22.9538.712.92-
YUV144.0189.0583.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 189 (74.22% from 255) = 54.62%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=23.70%
G=54.62%
B=21.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82189750.5700.600.26116.3246.3451.76
Hex52BD4B3903C1A742e34
Octal12227511371074321645664
Binary10100101011110110010111110010111100110101110100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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