Html Css Color HEX #71AD48 Apple

📋 copy color: '#71AD48'

red 113 ◦ green 173 ◦ blue 72

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

Shades of Apple #71AD48

Tints of Apple #71AD48

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.32%

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 31.56%
G = 48.32%
B = 20.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#71AD48 (or 0x71AD48) is known color: Apple. HEX triplet: 71, AD and 48. RGB value is (113,173,72). Sum of RGB (Red+Green+Blue) = 113+173+72=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD48 is #8E52B7. Grayscale: #8F8F8F. Windows color (decimal): -9327288 or 4762993. OLE color: 4762993.

HSL color Cylindrical-coordinate representation of color #71AD48: hue angle of 95.64º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71AD48 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 173 72 -
CMYK 0.35 0 0.58 0.32
HSL 95.64º 0.41% 0.48% -
HSV(B) 95.64º 0.58% 0.68% -
XYZ 22.92 33.87 11.46 -
YUV 143.55 87.62 106.21 -
System Red Green Blue C M Y K H S L
Decimal 113 173 72 0.35 0 0.58 0.32 95.64 0.41 0.48
Hex 71 AD 48 23 0 3A 20 60 29 30
Octal 161 255 110 43 0 72 40 140 51 60
Binary 1110001 10101101 1001000 100011 0 111010 100000 1100000 101001 110000

Color Harmonies of #71AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD48

Black with #71AD48

Text Example


Text Example

White with #71AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,173,72); }

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

background-color css

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

 a { background-color: rgb(113,173,72); }

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

border-color css

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

 span { border-color: rgb(113,173,72); }

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