#53CA4D

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

Shades of Apple #53CA4D

Tints of Apple #53CA4D

Color information

#53CA4D (or 0x53CA4D) is unknown color: approx Apple. HEX triplet: 53, CA and 4D. RGB value is (83,202,77). Sum of RGB (Red+Green+Blue) = 83+202+77=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CA4D is #AC35B2. Grayscale: #989898. Windows color (decimal): -11285939 or 5098067. OLE color: 5098067.

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

Color convert

RGB8320277-
CMYK0.5900.620.21
HSL117.12º54.11%54.71%-
HSV(B)117.12º61.88%79.22%-
XYZ26.0344.6214.26-
YUV152.1785.5878.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.93%
GREEN value IS 202 (79.30% from 255) = 55.80%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=22.93%
G=55.80%
B=21.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83202770.5900.620.21117.1254.1154.71
Hex53CA4D3B03E15753637
Octal12331211573076251656667
Binary10100111100101010011011110110111110101011110101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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