#71D43B

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

Shades of Apple #71D43B

Tints of Apple #71D43B

Color information

#71D43B (or 0x71D43B) is unknown color: approx Apple. HEX triplet: 71, D4 and 3B. RGB value is (113,212,59). Sum of RGB (Red+Green+Blue) = 113+212+59=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 212 (83.20% from 255 or 55.21% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 212 - color contains mainly: green. Hex color #71D43B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D43B is #8E2BC4. Grayscale: #A5A5A5. Windows color (decimal): -9317317 or 3921009. OLE color: 3921009.

HSL color Cylindrical-coordinate representation of color #71D43B: hue angle of 98.82º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71D43B is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB11321259-
CMYK0.4700.720.17
HSL98.82º64.02%53.14%-
HSV(B)98.82º72.17%83.14%-
XYZ31.1450.9112.32-
YUV164.9668.290.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 212 (83.20% from 255) = 55.21%
BLUE value IS 59 (23.44% from 255) = 15.36%
R=29.43%
G=55.21%
B=15.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal113212590.4700.720.1798.8264.0253.14
Hex71D43B2F04811634035
Octal161324735701102114310065
Binary111000111010100111011101111010010001000111000111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,212,59); }

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

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

 a { background-color: rgb(113,212,59); }

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

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

 span { border-color: rgb(113,212,59); }

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