#71D13A

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

Shades of Apple #71D13A

Tints of Apple #71D13A

Color information

#71D13A (or 0x71D13A) is unknown color: approx Apple. HEX triplet: 71, D1 and 3A. RGB value is (113,209,58). Sum of RGB (Red+Green+Blue) = 113+209+58=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #71D13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D13A is #8E2EC5. Grayscale: #A3A3A3. Windows color (decimal): -9318086 or 3854705. OLE color: 3854705.

HSL color Cylindrical-coordinate representation of color #71D13A: hue angle of 98.15º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71D13A is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB11320958-
CMYK0.4600.720.18
HSL98.15º62.14%52.35%-
HSV(B)98.15º72.25%81.96%-
XYZ30.3749.4211.94-
YUV163.0868.792.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 209 (82.03% from 255) = 55%
BLUE value IS 58 (23.05% from 255) = 15.26%
R=29.74%
G=55%
B=15.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113209580.4600.720.1898.1562.1452.35
Hex71D13A2E04812623e34
Octal16132172560110221427664
Binary11100011101000111101010111001001000100101100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,209,58); }

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

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

 a { background-color: rgb(113,209,58); }

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

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

 span { border-color: rgb(113,209,58); }

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