Html Css Color HEX #71AB3B Apple

📋 copy color: '#71AB3B'

red 113 ◦ green 171 ◦ blue 59

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

Shades of Apple #71AB3B

Tints of Apple #71AB3B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.85%

 BLUE value IS 59 (23.44% from 255) = 17.2%

R = 32.94%
G = 49.85%
B = 17.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#71AB3B (or 0x71AB3B) is known color: Apple. HEX triplet: 71, AB and 3B. RGB value is (113,171,59). Sum of RGB (Red+Green+Blue) = 113+171+59=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB3B is #8E54C4. Grayscale: #8D8D8D. Windows color (decimal): -9327813 or 3910513. OLE color: 3910513.

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

Color convert

RGB 113 171 59 -
CMYK 0.34 0 0.65 0.33
HSL 91.07º 0.49% 0.45% -
HSV(B) 91.07º 0.65% 0.67% -
XYZ 22.16 32.95 9.33 -
YUV 140.89 81.78 108.11 -
System Red Green Blue C M Y K H S L
Decimal 113 171 59 0.34 0 0.65 0.33 91.07 0.49 0.45
Hex 71 AB 3B 22 0 41 21 5B 31 2D
Octal 161 253 73 42 0 101 41 133 61 55
Binary 1110001 10101011 111011 100010 0 1000001 100001 1011011 110001 101101

Color Harmonies of #71AB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB3B

Black with #71AB3B

Text Example


Text Example

White with #71AB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,171,59); }

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

background-color css

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

 a { background-color: rgb(113,171,59); }

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

border-color css

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

 span { border-color: rgb(113,171,59); }

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