#53BE46

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

Shades of Apple #53BE46

Tints of Apple #53BE46

Color information

#53BE46 (or 0x53BE46) is unknown color: approx Apple. HEX triplet: 53, BE and 46. RGB value is (83,190,70). Sum of RGB (Red+Green+Blue) = 83+190+70=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BE46 is #AC41B9. Grayscale: #909090. Windows color (decimal): -11289018 or 4636243. OLE color: 4636243.

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

Color convert

RGB8319070-
CMYK0.5600.630.25
HSL113.5º48%50.98%-
HSV(B)113.5º63.16%74.51%-
XYZ23.0939.1112.13-
YUV144.3386.0584.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 190 (74.61% from 255) = 55.39%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=24.20%
G=55.39%
B=20.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83190700.5600.630.25113.54850.98
Hex53BE463803F19723033
Octal12327610670077311626063
Binary10100111011111010001101110000111111110011110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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