Html Css Color HEX #71B34F Apple

📋 copy color: '#71B34F'

red 113 ◦ green 179 ◦ blue 79

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

Shades of Apple #71B34F

Tints of Apple #71B34F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.25%

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 30.46%
G = 48.25%
B = 21.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#71B34F (or 0x71B34F) is known color: Apple. HEX triplet: 71, B3 and 4F. RGB value is (113,179,79). Sum of RGB (Red+Green+Blue) = 113+179+79=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #71B34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B34F is #8E4CB0. Grayscale: #949494. Windows color (decimal): -9325745 or 5223281. OLE color: 5223281.

HSL color Cylindrical-coordinate representation of color #71B34F: hue angle of 99.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71B34F is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 179 79 -
CMYK 0.37 0 0.56 0.30
HSL 99.6º 0.4% 0.51% -
HSV(B) 99.6º 0.56% 0.7% -
XYZ 24.34 36.32 13.12 -
YUV 147.87 89.13 103.13 -
System Red Green Blue C M Y K H S L
Decimal 113 179 79 0.37 0 0.56 0.30 99.6 0.4 0.51
Hex 71 B3 4F 25 0 38 1E 64 28 33
Octal 161 263 117 45 0 70 36 144 50 63
Binary 1110001 10110011 1001111 100101 0 111000 11110 1100100 101000 110011

Color Harmonies of #71B34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B34F

Black with #71B34F

Text Example


Text Example

White with #71B34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,179,79); }

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

background-color css

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

 a { background-color: rgb(113,179,79); }

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

border-color css

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

 span { border-color: rgb(113,179,79); }

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