#53C046

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

Shades of Apple #53C046

Tints of Apple #53C046

Color information

#53C046 (or 0x53C046) is unknown color: approx Apple. HEX triplet: 53, C0 and 46. RGB value is (83,192,70). Sum of RGB (Red+Green+Blue) = 83+192+70=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #53C046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C046 is #AC3FB9. Grayscale: #919191. Windows color (decimal): -11288506 or 4636755. OLE color: 4636755.

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

Color convert

RGB8319270-
CMYK0.5700.640.25
HSL113.61º49.19%51.37%-
HSV(B)113.61º63.54%75.29%-
XYZ23.5239.9812.27-
YUV145.585.3983.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 192 (75.39% from 255) = 55.65%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=24.06%
G=55.65%
B=20.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83192700.5700.640.25113.6149.1951.37
Hex53C0463904019723133
Octal123300106710100311626163
Binary101001111000000100011011100101000000110011110010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,192,70); }

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

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

 a { background-color: rgb(83,192,70); }

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

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

 span { border-color: rgb(83,192,70); }

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