Html Css Color HEX #71B64A Apple

📋 copy color: '#71B64A'

red 113 ◦ green 182 ◦ blue 74

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

Shades of Apple #71B64A

Tints of Apple #71B64A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.32%

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

R = 30.62%
G = 49.32%
B = 20.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#71B64A (or 0x71B64A) is known color: Apple. HEX triplet: 71, B6 and 4A. RGB value is (113,182,74). Sum of RGB (Red+Green+Blue) = 113+182+74=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #71B64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B64A is #8E49B5. Grayscale: #959595. Windows color (decimal): -9324982 or 4896369. OLE color: 4896369.

HSL color Cylindrical-coordinate representation of color #71B64A: hue angle of 98.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71B64A is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 182 74 -
CMYK 0.38 0 0.59 0.29
HSL 98.33º 0.43% 0.5% -
HSV(B) 98.33º 0.59% 0.71% -
XYZ 24.77 37.46 12.4 -
YUV 149.06 85.64 102.28 -
System Red Green Blue C M Y K H S L
Decimal 113 182 74 0.38 0 0.59 0.29 98.33 0.43 0.5
Hex 71 B6 4A 26 0 3B 1D 62 2B 32
Octal 161 266 112 46 0 73 35 142 53 62
Binary 1110001 10110110 1001010 100110 0 111011 11101 1100010 101011 110010

Color Harmonies of #71B64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B64A

Black with #71B64A

Text Example


Text Example

White with #71B64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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