Html Css Color HEX #71AB46 Apple

📋 copy color: '#71AB46'

red 113 ◦ green 171 ◦ blue 70

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

Shades of Apple #71AB46

Tints of Apple #71AB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 31.92%
G = 48.31%
B = 19.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#71AB46 (or 0x71AB46) is known color: Apple. HEX triplet: 71, AB and 46. RGB value is (113,171,70). Sum of RGB (Red+Green+Blue) = 113+171+70=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB46 is #8E54B9. Grayscale: #8E8E8E. Windows color (decimal): -9327802 or 4631409. OLE color: 4631409.

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

Color convert

RGB 113 171 70 -
CMYK 0.34 0 0.59 0.33
HSL 94.46º 0.42% 0.47% -
HSV(B) 94.46º 0.59% 0.67% -
XYZ 22.48 33.08 10.99 -
YUV 142.14 87.28 107.21 -
System Red Green Blue C M Y K H S L
Decimal 113 171 70 0.34 0 0.59 0.33 94.46 0.42 0.47
Hex 71 AB 46 22 0 3B 21 5E 2A 2F
Octal 161 253 106 42 0 73 41 136 52 57
Binary 1110001 10101011 1000110 100010 0 111011 100001 1011110 101010 101111

Color Harmonies of #71AB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB46

Black with #71AB46

Text Example


Text Example

White with #71AB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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