Html Css Color HEX #71BA53 Apple

📋 copy color: '#71BA53'

red 113 ◦ green 186 ◦ blue 83

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

Shades of Apple #71BA53

Tints of Apple #71BA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.73%

R = 29.58%
G = 48.69%
B = 21.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#71BA53 (or 0x71BA53) is known color: Apple. HEX triplet: 71, BA and 53. RGB value is (113,186,83). Sum of RGB (Red+Green+Blue) = 113+186+83=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA53 is #8E45AC. Grayscale: #989898. Windows color (decimal): -9323949 or 5487217. OLE color: 5487217.

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

Color convert

RGB 113 186 83 -
CMYK 0.39 0 0.55 0.27
HSL 102.52º 0.43% 0.53% -
HSV(B) 102.52º 0.55% 0.73% -
XYZ 25.93 39.25 14.39 -
YUV 152.43 88.82 99.88 -
System Red Green Blue C M Y K H S L
Decimal 113 186 83 0.39 0 0.55 0.27 102.52 0.43 0.53
Hex 71 BA 53 27 0 37 1B 67 2B 35
Octal 161 272 123 47 0 67 33 147 53 65
Binary 1110001 10111010 1010011 100111 0 110111 11011 1100111 101011 110101

Color Harmonies of #71BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA53

Black with #71BA53

Text Example


Text Example

White with #71BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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