Html Css Color HEX #53AB3B Apple

📋 copy color: '#53AB3B'

red 83 ◦ green 171 ◦ blue 59

#53AB3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #53AB3B

Tints of Apple #53AB3B

RGB

 RED value IS 83 (32.81% from 255) = 26.52%

 GREEN value IS 171 (67.19% from 255) = 54.63%

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 26.52%
G = 54.63%
B = 18.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#53AB3B (or 0x53AB3B) is known color: Apple. HEX triplet: 53, AB and 3B. RGB value is (83,171,59). Sum of RGB (Red+Green+Blue) = 83+171+59=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB3B is #AC54C4. Grayscale: #848484. Windows color (decimal): -11293893 or 3910483. OLE color: 3910483.

HSL color Cylindrical-coordinate representation of color #53AB3B: hue angle of 107.14º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53AB3B is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 171 59 -
CMYK 0.51 0 0.65 0.33
HSL 107.14º 0.49% 0.45% -
HSV(B) 107.14º 0.65% 0.67% -
XYZ 18.92 31.28 9.18 -
YUV 131.92 86.85 93.11 -
System Red Green Blue C M Y K H S L
Decimal 83 171 59 0.51 0 0.65 0.33 107.14 0.49 0.45
Hex 53 AB 3B 33 0 41 21 6B 31 2D
Octal 123 253 73 63 0 101 41 153 61 55
Binary 1010011 10101011 111011 110011 0 1000001 100001 1101011 110001 101101

Color Harmonies of #53AB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AB3B

Black with #53AB3B

Text Example


Text Example

White with #53AB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,171,59); }

 H1.HeaderClassName
 {
   color: #53AB3B;
 }
 .AnyTagClassName
 {
   color: #53AB3B;
 }
</style>

background-color css

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

 a { background-color: rgb(83,171,59); }

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

border-color css

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

 span { border-color: rgb(83,171,59); }

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