#53BE45

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

Shades of Apple #53BE45

Tints of Apple #53BE45

Color information

#53BE45 (or 0x53BE45) is unknown color: approx Apple. HEX triplet: 53, BE and 45. RGB value is (83,190,69). Sum of RGB (Red+Green+Blue) = 83+190+69=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BE45 is #AC41BA. Grayscale: #909090. Windows color (decimal): -11289019 or 4570707. OLE color: 4570707.

HSL color Cylindrical-coordinate representation of color #53BE45: hue angle of 113.06º degrees, saturation: 0.48, 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 #53BE45 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB8319069-
CMYK0.5600.640.25
HSL113.06º48.21%50.78%-
HSV(B)113.06º63.68%74.51%-
XYZ23.0539.111.96-
YUV144.2185.5584.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 190 (74.61% from 255) = 55.56%
BLUE value IS 69 (27.34% from 255) = 20.18%
R=24.27%
G=55.56%
B=20.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83190690.5600.640.25113.0648.2150.78
Hex53BE453804019713033
Octal123276105700100311616063
Binary101001110111110100010111100001000000110011110001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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