#71C14E

Color #71C14E Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #71C14E

Tints of Apple #71C14E

Color information

#71C14E (or 0x71C14E) is unknown color: approx Apple. HEX triplet: 71, C1 and 4E. RGB value is (113,193,78). Sum of RGB (Red+Green+Blue) = 113+193+78=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #71C14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C14E is #8E3EB1. Grayscale: #9C9C9C. Windows color (decimal): -9322162 or 5161329. OLE color: 5161329.

HSL color Cylindrical-coordinate representation of color #71C14E: hue angle of 101.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71C14E is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB11319378-
CMYK0.4100.600.24
HSL101.74º48.12%53.14%-
HSV(B)101.74º59.59%75.69%-
XYZ27.2642.213.92-
YUV155.978497.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 193 (75.78% from 255) = 50.26%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=29.43%
G=50.26%
B=20.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113193780.4100.600.24101.7448.1253.14
Hex71C14E2903C18663035
Octal16130111651074301466065
Binary11100011100000110011101010010111100110001100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,193,78); }

 H1.HeaderClassName
 {
   color: #71C14E;
 }
 .AnyTagClassName
 {
   color: #71C14E;
 }
</style>
background-color css

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

 a { background-color: rgb(113,193,78); }

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

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

 span { border-color: rgb(113,193,78); }

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