#53CA49

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

Shades of Apple #53CA49

Tints of Apple #53CA49

Color information

#53CA49 (or 0x53CA49) is unknown color: approx Apple. HEX triplet: 53, CA and 49. RGB value is (83,202,73). Sum of RGB (Red+Green+Blue) = 83+202+73=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CA49 is #AC35B6. Grayscale: #989898. Windows color (decimal): -11285943 or 4835923. OLE color: 4835923.

HSL color Cylindrical-coordinate representation of color #53CA49: hue angle of 115.35º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53CA49 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB8320273-
CMYK0.5900.640.21
HSL115.35º54.89%53.92%-
HSV(B)115.35º63.86%79.22%-
XYZ25.8944.5613.54-
YUV151.7183.5878.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 202 (79.30% from 255) = 56.42%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=23.18%
G=56.42%
B=20.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83202730.5900.640.21115.3554.8953.92
Hex53CA493B04015733736
Octal123312111730100251636766
Binary101001111001010100100111101101000000101011110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53CA49; }

 p { color: rgb(83,202,73); }

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

<style>
 a { background-color: #53CA49; }

 a { background-color: rgb(83,202,73); }

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

<style>
 span { border-color: #53CA49; }

 span { border-color: rgb(83,202,73); }

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