Html Css Color HEX #71C44A Apple

📋 copy color: '#71C44A'

red 113 ◦ green 196 ◦ blue 74

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

Shades of Apple #71C44A

Tints of Apple #71C44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.17%

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

R = 29.5%
G = 51.17%
B = 19.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#71C44A (or 0x71C44A) is known color: Apple. HEX triplet: 71, C4 and 4A. RGB value is (113,196,74). Sum of RGB (Red+Green+Blue) = 113+196+74=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #71C44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C44A is #8E3BB5. Grayscale: #9D9D9D. Windows color (decimal): -9321398 or 4899953. OLE color: 4899953.

HSL color Cylindrical-coordinate representation of color #71C44A: hue angle of 100.82º 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 #71C44A is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 113 196 74 -
CMYK 0.42 0 0.62 0.23
HSL 100.82º 0.51% 0.53% -
HSV(B) 100.82º 0.62% 0.77% -
XYZ 27.79 43.48 13.41 -
YUV 157.28 81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 113 196 74 0.42 0 0.62 0.23 100.82 0.51 0.53
Hex 71 C4 4A 2A 0 3E 17 65 33 35
Octal 161 304 112 52 0 76 27 145 63 65
Binary 1110001 11000100 1001010 101010 0 111110 10111 1100101 110011 110101

Color Harmonies of #71C44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C44A

Black with #71C44A

Text Example


Text Example

White with #71C44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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