Html Css Color HEX #71B550 Apple

📋 copy color: '#71B550'

red 113 ◦ green 181 ◦ blue 80

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

Shades of Apple #71B550

Tints of Apple #71B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.4%

 BLUE value IS 80 (31.64% from 255) = 21.39%

R = 30.21%
G = 48.4%
B = 21.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#71B550 (or 0x71B550) is known color: Apple. HEX triplet: 71, B5 and 50. RGB value is (113,181,80). Sum of RGB (Red+Green+Blue) = 113+181+80=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #71B550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B550 is #8E4AAF. Grayscale: #959595. Windows color (decimal): -9325232 or 5289329. OLE color: 5289329.

HSL color Cylindrical-coordinate representation of color #71B550: hue angle of 100.4º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71B550 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 181 80 -
CMYK 0.38 0 0.56 0.29
HSL 100.4º 0.41% 0.51% -
HSV(B) 100.4º 0.56% 0.71% -
XYZ 24.78 37.14 13.45 -
YUV 149.15 88.97 102.21 -
System Red Green Blue C M Y K H S L
Decimal 113 181 80 0.38 0 0.56 0.29 100.4 0.41 0.51
Hex 71 B5 50 26 0 38 1D 64 29 33
Octal 161 265 120 46 0 70 35 144 51 63
Binary 1110001 10110101 1010000 100110 0 111000 11101 1100100 101001 110011

Color Harmonies of #71B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B550

Black with #71B550

Text Example


Text Example

White with #71B550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,181,80); }

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

background-color css

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

 a { background-color: rgb(113,181,80); }

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

border-color css

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

 span { border-color: rgb(113,181,80); }

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