#52CD46

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

Shades of Apple #52CD46

Tints of Apple #52CD46

Color information

#52CD46 (or 0x52CD46) is unknown color: approx Apple. HEX triplet: 52, CD and 46. RGB value is (82,205,70). Sum of RGB (Red+Green+Blue) = 82+205+70=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 205 (80.47% from 255 or 57.42% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CD46 is #AD32B9. Grayscale: #999999. Windows color (decimal): -11350714 or 4640082. OLE color: 4640082.

HSL color Cylindrical-coordinate representation of color #52CD46: hue angle of 114.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52CD46 is Cyan = 0.6, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB8220570-
CMYK0.600.660.20
HSL114.67º57.45%53.92%-
HSV(B)114.67º65.85%80.39%-
XYZ26.4245.913.26-
YUV152.8381.2577.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 205 (80.47% from 255) = 57.42%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=22.97%
G=57.42%
B=19.61%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82205700.600.660.20114.6757.4553.92
Hex52CD463C04214733936
Octal122315106740102241637166
Binary101001011001101100011011110001000010101001110011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,205,70); }

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

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

 a { background-color: rgb(82,205,70); }

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

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

 span { border-color: rgb(82,205,70); }

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