#52BE3F

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

Shades of Apple #52BE3F

Tints of Apple #52BE3F

Color information

#52BE3F (or 0x52BE3F) is unknown color: approx Apple. HEX triplet: 52, BE and 3F. RGB value is (82,190,63). Sum of RGB (Red+Green+Blue) = 82+190+63=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE3F is #AD41C0. Grayscale: #8F8F8F. Windows color (decimal): -11354561 or 4177490. OLE color: 4177490.

HSL color Cylindrical-coordinate representation of color #52BE3F: hue angle of 111.02º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52BE3F is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB8219063-
CMYK0.5700.670.25
HSL111.02º50.2%49.61%-
HSV(B)111.02º66.84%74.51%-
XYZ22.7938.9811.03-
YUV143.2382.7284.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 63 (25% from 255) = 18.81%
R=24.48%
G=56.72%
B=18.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82190630.5700.670.25111.0250.249.61
Hex52BE3F39043196f3232
Octal12227677710103311576262
Binary10100101011111011111111100101000011110011101111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,190,63); }

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

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

 a { background-color: rgb(82,190,63); }

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

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

 span { border-color: rgb(82,190,63); }

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