#71BB35

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

Shades of Apple #71BB35

Tints of Apple #71BB35

Color information

#71BB35 (or 0x71BB35) is unknown color: approx Apple. HEX triplet: 71, BB and 35. RGB value is (113,187,53). Sum of RGB (Red+Green+Blue) = 113+187+53=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BB35 is #8E44CA. Grayscale: #969696. Windows color (decimal): -9323723 or 3521393. OLE color: 3521393.

HSL color Cylindrical-coordinate representation of color #71BB35: hue angle of 93.13º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71BB35 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB11318753-
CMYK0.4000.720.27
HSL93.13º55.83%47.06%-
HSV(B)93.13º71.66%73.33%-
XYZ25.2239.319.63-
YUV149.673.48101.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 187 (73.44% from 255) = 52.97%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=32.01%
G=52.97%
B=15.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113187530.4000.720.2793.1355.8347.06
Hex71BB35280481B5d382f
Octal16127365500110331357057
Binary11100011011101111010110100001001000110111011101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,187,53); }

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

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

 a { background-color: rgb(113,187,53); }

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

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

 span { border-color: rgb(113,187,53); }

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