#71C13C

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

Shades of Apple #71C13C

Tints of Apple #71C13C

Color information

#71C13C (or 0x71C13C) is unknown color: approx Apple. HEX triplet: 71, C1 and 3C. RGB value is (113,193,60). Sum of RGB (Red+Green+Blue) = 113+193+60=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #71C13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C13C is #8E3EC3. Grayscale: #9A9A9A. Windows color (decimal): -9322180 or 3981681. OLE color: 3981681.

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

Color convert

RGB11319360-
CMYK0.4100.690.24
HSL96.09º52.57%49.61%-
HSV(B)96.09º68.91%75.69%-
XYZ26.741.9810.97-
YUV153.927598.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 193 (75.78% from 255) = 52.73%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=30.87%
G=52.73%
B=16.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113193600.4100.690.2496.0952.5749.61
Hex71C13C2904518603532
Octal16130174510105301406562
Binary11100011100000111110010100101000101110001100000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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