Html Css Color HEX #71AF53 Apple

📋 copy color: '#71AF53'

red 113 ◦ green 175 ◦ blue 83

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

Shades of Apple #71AF53

Tints of Apple #71AF53

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.17%

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

R = 30.46%
G = 47.17%
B = 22.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#71AF53 (or 0x71AF53) is known color: Apple. HEX triplet: 71, AF and 53. RGB value is (113,175,83). Sum of RGB (Red+Green+Blue) = 113+175+83=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF53 is #8E50AC. Grayscale: #929292. Windows color (decimal): -9326765 or 5484401. OLE color: 5484401.

HSL color Cylindrical-coordinate representation of color #71AF53: hue angle of 100.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71AF53 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 175 83 -
CMYK 0.35 0 0.53 0.31
HSL 100.43º 0.37% 0.51% -
HSV(B) 100.43º 0.53% 0.69% -
XYZ 23.7 34.8 13.65 -
YUV 145.97 92.46 104.48 -
System Red Green Blue C M Y K H S L
Decimal 113 175 83 0.35 0 0.53 0.31 100.43 0.37 0.51
Hex 71 AF 53 23 0 35 1F 64 25 33
Octal 161 257 123 43 0 65 37 144 45 63
Binary 1110001 10101111 1010011 100011 0 110101 11111 1100100 100101 110011

Color Harmonies of #71AF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AF53

Black with #71AF53

Text Example


Text Example

White with #71AF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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