#53BE4B

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

Shades of Apple #53BE4B

Tints of Apple #53BE4B

Color information

#53BE4B (or 0x53BE4B) is unknown color: approx Apple. HEX triplet: 53, BE and 4B. RGB value is (83,190,75). Sum of RGB (Red+Green+Blue) = 83+190+75=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BE4B is #AC41B4. Grayscale: #919191. Windows color (decimal): -11289013 or 4963923. OLE color: 4963923.

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

Color convert

RGB8319075-
CMYK0.5600.610.25
HSL115.83º46.94%51.96%-
HSV(B)115.83º60.53%74.51%-
XYZ23.2539.1712.99-
YUV144.988.5583.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 190 (74.61% from 255) = 54.60%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=23.85%
G=54.60%
B=21.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83190750.5600.610.25115.8346.9451.96
Hex53BE4B3803D19742f34
Octal12327611370075311645764
Binary10100111011111010010111110000111101110011110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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