Html Css Color HEX #53AB38 Apple

📋 copy color: '#53AB38'

red 83 ◦ green 171 ◦ blue 56

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

Shades of Apple #53AB38

Tints of Apple #53AB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 26.77%
G = 55.16%
B = 18.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#53AB38 (or 0x53AB38) is known color: Apple. HEX triplet: 53, AB and 38. RGB value is (83,171,56). Sum of RGB (Red+Green+Blue) = 83+171+56=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB38 is #AC54C7. Grayscale: #838383. Windows color (decimal): -11293896 or 3713875. OLE color: 3713875.

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

Color convert

RGB 83 171 56 -
CMYK 0.51 0 0.67 0.33
HSL 105.91º 0.51% 0.45% -
HSV(B) 105.91º 0.67% 0.67% -
XYZ 18.84 31.25 8.78 -
YUV 131.58 85.35 93.35 -
System Red Green Blue C M Y K H S L
Decimal 83 171 56 0.51 0 0.67 0.33 105.91 0.51 0.45
Hex 53 AB 38 33 0 43 21 6A 33 2D
Octal 123 253 70 63 0 103 41 152 63 55
Binary 1010011 10101011 111000 110011 0 1000011 100001 1101010 110011 101101

Color Harmonies of #53AB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AB38

Black with #53AB38

Text Example


Text Example

White with #53AB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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