Html Css Color HEX #71AB53 Apple

📋 copy color: '#71AB53'

red 113 ◦ green 171 ◦ blue 83

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

Shades of Apple #71AB53

Tints of Apple #71AB53

RGB

 RED value IS 113 (44.53% from 255) = 30.79%

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

 BLUE value IS 83 (32.81% from 255) = 22.62%

R = 30.79%
G = 46.59%
B = 22.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#71AB53 (or 0x71AB53) is known color: Apple. HEX triplet: 71, AB and 53. RGB value is (113,171,83). Sum of RGB (Red+Green+Blue) = 113+171+83=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AB53 is #8E54AC. Grayscale: #8F8F8F. Windows color (decimal): -9327789 or 5483377. OLE color: 5483377.

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

Color convert

RGB 113 171 83 -
CMYK 0.34 0 0.51 0.33
HSL 99.55º 0.35% 0.5% -
HSV(B) 99.55º 0.51% 0.67% -
XYZ 22.93 33.26 13.39 -
YUV 143.63 93.78 106.16 -
System Red Green Blue C M Y K H S L
Decimal 113 171 83 0.34 0 0.51 0.33 99.55 0.35 0.5
Hex 71 AB 53 22 0 33 21 64 23 32
Octal 161 253 123 42 0 63 41 144 43 62
Binary 1110001 10101011 1010011 100010 0 110011 100001 1100100 100011 110010

Color Harmonies of #71AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB53

Black with #71AB53

Text Example


Text Example

White with #71AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71AB53; }

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

 H1.HeaderClassName
 {
   color: #71AB53;
 }
 .AnyTagClassName
 {
   color: #71AB53;
 }
</style>

background-color css

<style>
 a { background-color: #71AB53; }

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

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

border-color css

<style>
 span { border-color: #71AB53; }

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

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