Html Css Color HEX #71AD3E Apple

📋 copy color: '#71AD3E'

red 113 ◦ green 173 ◦ blue 62

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

Shades of Apple #71AD3E

Tints of Apple #71AD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 32.47%
G = 49.71%
B = 17.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#71AD3E (or 0x71AD3E) is known color: Apple. HEX triplet: 71, AD and 3E. RGB value is (113,173,62). Sum of RGB (Red+Green+Blue) = 113+173+62=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD3E is #8E52C1. Grayscale: #8E8E8E. Windows color (decimal): -9327298 or 4107633. OLE color: 4107633.

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

Color convert

RGB 113 173 62 -
CMYK 0.35 0 0.64 0.32
HSL 92.43º 0.47% 0.46% -
HSV(B) 92.43º 0.64% 0.68% -
XYZ 22.62 33.75 9.88 -
YUV 142.41 82.62 107.03 -
System Red Green Blue C M Y K H S L
Decimal 113 173 62 0.35 0 0.64 0.32 92.43 0.47 0.46
Hex 71 AD 3E 23 0 40 20 5C 2F 2E
Octal 161 255 76 43 0 100 40 134 57 56
Binary 1110001 10101101 111110 100011 0 1000000 100000 1011100 101111 101110

Color Harmonies of #71AD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD3E

Black with #71AD3E

Text Example


Text Example

White with #71AD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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