#53B23D

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

Shades of Apple #53B23D

Tints of Apple #53B23D

Color information

#53B23D (or 0x53B23D) is unknown color: approx Apple. HEX triplet: 53, B2 and 3D. RGB value is (83,178,61). Sum of RGB (Red+Green+Blue) = 83+178+61=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #53B23D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B23D is #AC4DC2. Grayscale: #888888. Windows color (decimal): -11292099 or 4043347. OLE color: 4043347.

HSL color Cylindrical-coordinate representation of color #53B23D: hue angle of 108.72º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53B23D is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB8317861-
CMYK0.5300.660.30
HSL108.72º48.95%46.86%-
HSV(B)108.72º65.73%69.8%-
XYZ20.3334.029.91-
YUV136.2685.5390.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 178 (69.92% from 255) = 55.28%
BLUE value IS 61 (24.22% from 255) = 18.94%
R=25.78%
G=55.28%
B=18.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83178610.5300.660.30108.7248.9546.86
Hex53B23D350421E6d312f
Octal12326275650102361556157
Binary10100111011001011110111010101000010111101101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,178,61); }

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

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

 a { background-color: rgb(83,178,61); }

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

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

 span { border-color: rgb(83,178,61); }

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