Html Css Color HEX #71B74C Apple

📋 copy color: '#71B74C'

red 113 ◦ green 183 ◦ blue 76

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

Shades of Apple #71B74C

Tints of Apple #71B74C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.19%

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 30.38%
G = 49.19%
B = 20.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#71B74C (or 0x71B74C) is known color: Apple. HEX triplet: 71, B7 and 4C. RGB value is (113,183,76). Sum of RGB (Red+Green+Blue) = 113+183+76=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #71B74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B74C is #8E48B3. Grayscale: #969696. Windows color (decimal): -9324724 or 5027697. OLE color: 5027697.

HSL color Cylindrical-coordinate representation of color #71B74C: hue angle of 99.25º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71B74C is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 183 76 -
CMYK 0.38 0 0.58 0.28
HSL 99.25º 0.43% 0.51% -
HSV(B) 99.25º 0.58% 0.72% -
XYZ 25.05 37.9 12.83 -
YUV 149.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 113 183 76 0.38 0 0.58 0.28 99.25 0.43 0.51
Hex 71 B7 4C 26 0 3A 1C 63 2B 33
Octal 161 267 114 46 0 72 34 143 53 63
Binary 1110001 10110111 1001100 100110 0 111010 11100 1100011 101011 110011

Color Harmonies of #71B74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B74C

Black with #71B74C

Text Example


Text Example

White with #71B74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,183,76); }

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

background-color css

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

 a { background-color: rgb(113,183,76); }

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

border-color css

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

 span { border-color: rgb(113,183,76); }

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