#71c644

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

Shades of Apple #71C644

Tints of Apple #71C644

Color information

#71C644 (or 0x71C644) is unknown color: approx Apple. HEX triplet: 71, C6 and 44. RGB value is (113,198,68). Sum of RGB (Red+Green+Blue) = 113+198+68=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #71C644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C644 is #8E39BB. Grayscale: #9E9E9E. Windows color (decimal): -9320892 or 4507249. OLE color: 4507249.

HSL color Cylindrical-coordinate representation of color #71C644: hue angle of 99.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71C644 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB11319868-
CMYK0.4300.660.22
HSL99.23º53.28%52.16%-
HSV(B)99.23º65.66%77.65%-
XYZ28.0544.3212.54-
YUV157.7777.3496.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 198 (77.73% from 255) = 52.24%
BLUE value IS 68 (26.95% from 255) = 17.94%
R=29.82%
G=52.24%
B=17.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113198680.4300.660.2299.2353.2852.16
Hex71C6442B04216633534
Octal161306104530102261436564
Binary111000111000110100010010101101000010101101100011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71c644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,198,68); }

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

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

 a { background-color: rgb(113,198,68); }

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

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

 span { border-color: rgb(113,198,68); }

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