#71C04C

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

Shades of Apple #71C04C

Tints of Apple #71C04C

Color information

#71C04C (or 0x71C04C) is unknown color: approx Apple. HEX triplet: 71, C0 and 4C. RGB value is (113,192,76). Sum of RGB (Red+Green+Blue) = 113+192+76=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #71C04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C04C is #8E3FB3. Grayscale: #9B9B9B. Windows color (decimal): -9322420 or 5030001. OLE color: 5030001.

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

Color convert

RGB11319276-
CMYK0.4100.600.25
HSL100.86º47.93%52.55%-
HSV(B)100.86º60.42%75.29%-
XYZ26.9641.7313.47-
YUV155.1583.3397.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 192 (75.39% from 255) = 50.39%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=29.66%
G=50.39%
B=19.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113192760.4100.600.25100.8647.9352.55
Hex71C04C2903C19653035
Octal16130011451074311456065
Binary11100011100000010011001010010111100110011100101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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