Html Css Color HEX #71AD52 Apple

📋 copy color: '#71AD52'

red 113 ◦ green 173 ◦ blue 82

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

Shades of Apple #71AD52

Tints of Apple #71AD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 30.71%
G = 47.01%
B = 22.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#71AD52 (or 0x71AD52) is known color: Apple. HEX triplet: 71, AD and 52. RGB value is (113,173,82). Sum of RGB (Red+Green+Blue) = 113+173+82=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AD52 is #8E52AD. Grayscale: #909090. Windows color (decimal): -9327278 or 5418353. OLE color: 5418353.

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

Color convert

RGB 113 173 82 -
CMYK 0.35 0 0.53 0.32
HSL 99.56º 0.36% 0.5% -
HSV(B) 99.56º 0.53% 0.68% -
XYZ 23.28 34.01 13.32 -
YUV 144.69 92.62 105.4 -
System Red Green Blue C M Y K H S L
Decimal 113 173 82 0.35 0 0.53 0.32 99.56 0.36 0.5
Hex 71 AD 52 23 0 35 20 64 24 32
Octal 161 255 122 43 0 65 40 144 44 62
Binary 1110001 10101101 1010010 100011 0 110101 100000 1100100 100100 110010

Color Harmonies of #71AD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD52

Black with #71AD52

Text Example


Text Example

White with #71AD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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