#52BE36

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

Shades of Apple #52BE36

Tints of Apple #52BE36

Color information

#52BE36 (or 0x52BE36) is unknown color: approx Apple. HEX triplet: 52, BE and 36. RGB value is (82,190,54). Sum of RGB (Red+Green+Blue) = 82+190+54=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE36 is #AD41C9. Grayscale: #8E8E8E. Windows color (decimal): -11354570 or 3587666. OLE color: 3587666.

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

Color convert

RGB8219054-
CMYK0.5700.720.25
HSL107.65º55.74%47.84%-
HSV(B)107.65º71.58%74.51%-
XYZ22.5638.899.81-
YUV142.278.2285.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 190 (74.61% from 255) = 58.28%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=25.15%
G=58.28%
B=16.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82190540.5700.720.25107.6555.7447.84
Hex52BE3639048196c3830
Octal12227666710110311547060
Binary10100101011111011011011100101001000110011101100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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