Html Css Color HEX #71C54A Apple

📋 copy color: '#71C54A'

red 113 ◦ green 197 ◦ blue 74

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

Shades of Apple #71C54A

Tints of Apple #71C54A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.3%

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 29.43%
G = 51.3%
B = 19.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#71C54A (or 0x71C54A) is known color: Apple. HEX triplet: 71, C5 and 4A. RGB value is (113,197,74). Sum of RGB (Red+Green+Blue) = 113+197+74=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #71C54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C54A is #8E3AB5. Grayscale: #9E9E9E. Windows color (decimal): -9321142 or 4900209. OLE color: 4900209.

HSL color Cylindrical-coordinate representation of color #71C54A: hue angle of 100.98º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71C54A is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 113 197 74 -
CMYK 0.43 0 0.62 0.23
HSL 100.98º 0.51% 0.53% -
HSV(B) 100.98º 0.62% 0.77% -
XYZ 28.01 43.94 13.48 -
YUV 157.86 80.67 96 -
System Red Green Blue C M Y K H S L
Decimal 113 197 74 0.43 0 0.62 0.23 100.98 0.51 0.53
Hex 71 C5 4A 2B 0 3E 17 65 33 35
Octal 161 305 112 53 0 76 27 145 63 65
Binary 1110001 11000101 1001010 101011 0 111110 10111 1100101 110011 110101

Color Harmonies of #71C54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C54A

Black with #71C54A

Text Example


Text Example

White with #71C54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,197,74); }

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

background-color css

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

 a { background-color: rgb(113,197,74); }

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

border-color css

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

 span { border-color: rgb(113,197,74); }

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