#52BE42

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

Shades of Apple #52BE42

Tints of Apple #52BE42

Color information

#52BE42 (or 0x52BE42) is unknown color: approx Apple. HEX triplet: 52, BE and 42. RGB value is (82,190,66). Sum of RGB (Red+Green+Blue) = 82+190+66=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE42 is #AD41BD. Grayscale: #8F8F8F. Windows color (decimal): -11354558 or 4374098. OLE color: 4374098.

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

Color convert

RGB8219066-
CMYK0.5700.650.25
HSL112.26º48.82%50.2%-
HSV(B)112.26º65.26%74.51%-
XYZ22.8839.0111.48-
YUV143.5784.2284.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 190 (74.61% from 255) = 56.21%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=24.26%
G=56.21%
B=19.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82190660.5700.650.25112.2648.8250.2
Hex52BE423904119703132
Octal122276102710101311606162
Binary101001010111110100001011100101000001110011110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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