Html Css Color HEX #71BF47 Apple

📋 copy color: '#71BF47'

red 113 ◦ green 191 ◦ blue 71

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

Shades of Apple #71BF47

Tints of Apple #71BF47

RGB

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

 GREEN value IS 191 (75% from 255) = 50.93%

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 30.13%
G = 50.93%
B = 18.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#71BF47 (or 0x71BF47) is known color: Apple. HEX triplet: 71, BF and 47. RGB value is (113,191,71). Sum of RGB (Red+Green+Blue) = 113+191+71=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BF47 is #8E40B8. Grayscale: #9A9A9A. Windows color (decimal): -9322681 or 4702065. OLE color: 4702065.

HSL color Cylindrical-coordinate representation of color #71BF47: hue angle of 99º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71BF47 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 191 71 -
CMYK 0.41 0 0.63 0.25
HSL 99º 0.48% 0.51% -
HSV(B) 99º 0.63% 0.75% -
XYZ 26.58 41.23 12.52 -
YUV 154 81.16 98.76 -
System Red Green Blue C M Y K H S L
Decimal 113 191 71 0.41 0 0.63 0.25 99 0.48 0.51
Hex 71 BF 47 29 0 3F 19 63 30 33
Octal 161 277 107 51 0 77 31 143 60 63
Binary 1110001 10111111 1000111 101001 0 111111 11001 1100011 110000 110011

Color Harmonies of #71BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BF47

Black with #71BF47

Text Example


Text Example

White with #71BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,191,71); }

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

background-color css

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

 a { background-color: rgb(113,191,71); }

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

border-color css

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

 span { border-color: rgb(113,191,71); }

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