Html Css Color HEX #71AC41 Apple

📋 copy color: '#71AC41'

red 113 ◦ green 172 ◦ blue 65

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

Shades of Apple #71AC41

Tints of Apple #71AC41

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.14%

 BLUE value IS 65 (25.78% from 255) = 18.57%

R = 32.29%
G = 49.14%
B = 18.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#71AC41 (or 0x71AC41) is known color: Apple. HEX triplet: 71, AC and 41. RGB value is (113,172,65). Sum of RGB (Red+Green+Blue) = 113+172+65=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AC41 is #8E53BE. Grayscale: #8E8E8E. Windows color (decimal): -9327551 or 4303985. OLE color: 4303985.

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

Color convert

RGB 113 172 65 -
CMYK 0.34 0 0.62 0.33
HSL 93.08º 0.45% 0.46% -
HSV(B) 93.08º 0.62% 0.67% -
XYZ 22.52 33.4 10.26 -
YUV 142.16 84.45 107.2 -
System Red Green Blue C M Y K H S L
Decimal 113 172 65 0.34 0 0.62 0.33 93.08 0.45 0.46
Hex 71 AC 41 22 0 3E 21 5D 2D 2E
Octal 161 254 101 42 0 76 41 135 55 56
Binary 1110001 10101100 1000001 100010 0 111110 100001 1011101 101101 101110

Color Harmonies of #71AC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AC41

Black with #71AC41

Text Example


Text Example

White with #71AC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,172,65); }

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

background-color css

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

 a { background-color: rgb(113,172,65); }

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

border-color css

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

 span { border-color: rgb(113,172,65); }

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