Html Css Color HEX #71B449 Apple

📋 copy color: '#71B449'

red 113 ◦ green 180 ◦ blue 73

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

Shades of Apple #71B449

Tints of Apple #71B449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.18%

 BLUE value IS 73 (28.91% from 255) = 19.95%

R = 30.87%
G = 49.18%
B = 19.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#71B449 (or 0x71B449) is known color: Apple. HEX triplet: 71, B4 and 49. RGB value is (113,180,73). Sum of RGB (Red+Green+Blue) = 113+180+73=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #71B449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B449 is #8E4BB6. Grayscale: #949494. Windows color (decimal): -9325495 or 4830321. OLE color: 4830321.

HSL color Cylindrical-coordinate representation of color #71B449: hue angle of 97.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71B449 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 73 -
CMYK 0.37 0 0.59 0.29
HSL 97.57º 0.42% 0.5% -
HSV(B) 97.57º 0.59% 0.71% -
XYZ 24.33 36.63 12.09 -
YUV 147.77 85.8 103.2 -
System Red Green Blue C M Y K H S L
Decimal 113 180 73 0.37 0 0.59 0.29 97.57 0.42 0.5
Hex 71 B4 49 25 0 3B 1D 62 2A 32
Octal 161 264 111 45 0 73 35 142 52 62
Binary 1110001 10110100 1001001 100101 0 111011 11101 1100010 101010 110010

Color Harmonies of #71B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B449

Black with #71B449

Text Example


Text Example

White with #71B449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,180,73); }

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

background-color css

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

 a { background-color: rgb(113,180,73); }

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

border-color css

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

 span { border-color: rgb(113,180,73); }

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