#53CA4E

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

Shades of Apple #53CA4E

Tints of Apple #53CA4E

Color information

#53CA4E (or 0x53CA4E) is unknown color: approx Apple. HEX triplet: 53, CA and 4E. RGB value is (83,202,78). Sum of RGB (Red+Green+Blue) = 83+202+78=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CA4E is #AC35B1. Grayscale: #989898. Windows color (decimal): -11285938 or 5163603. OLE color: 5163603.

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

Color convert

RGB8320278-
CMYK0.5900.610.21
HSL117.58º53.91%54.9%-
HSV(B)117.58º61.39%79.22%-
XYZ26.0644.6314.45-
YUV152.2886.0878.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.87%
GREEN value IS 202 (79.30% from 255) = 55.65%
BLUE value IS 78 (30.86% from 255) = 21.49%
R=22.87%
G=55.65%
B=21.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83202780.5900.610.21117.5853.9154.9
Hex53CA4E3B03D15763637
Octal12331211673075251666667
Binary10100111100101010011101110110111101101011110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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