Html Css Color HEX #71BA50 Apple

📋 copy color: '#71BA50'

red 113 ◦ green 186 ◦ blue 80

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

Shades of Apple #71BA50

Tints of Apple #71BA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

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

R = 29.82%
G = 49.08%
B = 21.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#71BA50 (or 0x71BA50) is known color: Apple. HEX triplet: 71, BA and 50. RGB value is (113,186,80). Sum of RGB (Red+Green+Blue) = 113+186+80=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA50 is #8E45AF. Grayscale: #989898. Windows color (decimal): -9323952 or 5290609. OLE color: 5290609.

HSL color Cylindrical-coordinate representation of color #71BA50: hue angle of 101.32º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71BA50 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 80 -
CMYK 0.39 0 0.57 0.27
HSL 101.32º 0.43% 0.52% -
HSV(B) 101.32º 0.57% 0.73% -
XYZ 25.82 39.21 13.8 -
YUV 152.09 87.32 100.12 -
System Red Green Blue C M Y K H S L
Decimal 113 186 80 0.39 0 0.57 0.27 101.32 0.43 0.52
Hex 71 BA 50 27 0 39 1B 65 2B 34
Octal 161 272 120 47 0 71 33 145 53 64
Binary 1110001 10111010 1010000 100111 0 111001 11011 1100101 101011 110100

Color Harmonies of #71BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA50

Black with #71BA50

Text Example


Text Example

White with #71BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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