Html Css Color HEX #53AB3D Apple

📋 copy color: '#53AB3D'

red 83 ◦ green 171 ◦ blue 61

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

Shades of Apple #53AB3D

Tints of Apple #53AB3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 26.35%
G = 54.29%
B = 19.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#53AB3D (or 0x53AB3D) is known color: Apple. HEX triplet: 53, AB and 3D. RGB value is (83,171,61). Sum of RGB (Red+Green+Blue) = 83+171+61=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB3D is #AC54C2. Grayscale: #848484. Windows color (decimal): -11293891 or 4041555. OLE color: 4041555.

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

Color convert

RGB 83 171 61 -
CMYK 0.51 0 0.64 0.33
HSL 108º 0.47% 0.45% -
HSV(B) 108º 0.64% 0.67% -
XYZ 18.97 31.3 9.46 -
YUV 132.15 87.85 92.94 -
System Red Green Blue C M Y K H S L
Decimal 83 171 61 0.51 0 0.64 0.33 108 0.47 0.45
Hex 53 AB 3D 33 0 40 21 6C 2F 2D
Octal 123 253 75 63 0 100 41 154 57 55
Binary 1010011 10101011 111101 110011 0 1000000 100001 1101100 101111 101101

Color Harmonies of #53AB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AB3D

Black with #53AB3D

Text Example


Text Example

White with #53AB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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