Html Css Color HEX #71AB4B Apple

📋 copy color: '#71AB4B'

red 113 ◦ green 171 ◦ blue 75

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

Shades of Apple #71AB4B

Tints of Apple #71AB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.89%

R = 31.48%
G = 47.63%
B = 20.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#71AB4B (or 0x71AB4B) is known color: Apple. HEX triplet: 71, AB and 4B. RGB value is (113,171,75). Sum of RGB (Red+Green+Blue) = 113+171+75=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB4B is #8E54B4. Grayscale: #8F8F8F. Windows color (decimal): -9327797 or 4959089. OLE color: 4959089.

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

Color convert

RGB 113 171 75 -
CMYK 0.34 0 0.56 0.33
HSL 96.25º 0.39% 0.48% -
HSV(B) 96.25º 0.56% 0.67% -
XYZ 22.64 33.14 11.86 -
YUV 142.71 89.78 106.81 -
System Red Green Blue C M Y K H S L
Decimal 113 171 75 0.34 0 0.56 0.33 96.25 0.39 0.48
Hex 71 AB 4B 22 0 38 21 60 27 30
Octal 161 253 113 42 0 70 41 140 47 60
Binary 1110001 10101011 1001011 100010 0 111000 100001 1100000 100111 110000

Color Harmonies of #71AB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB4B

Black with #71AB4B

Text Example


Text Example

White with #71AB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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