#71CA36

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

Shades of Apple #71CA36

Tints of Apple #71CA36

Color information

#71CA36 (or 0x71CA36) is unknown color: approx Apple. HEX triplet: 71, CA and 36. RGB value is (113,202,54). Sum of RGB (Red+Green+Blue) = 113+202+54=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA36 is #8E35C9. Grayscale: #9F9F9F. Windows color (decimal): -9319882 or 3590769. OLE color: 3590769.

HSL color Cylindrical-coordinate representation of color #71CA36: hue angle of 96.08º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71CA36 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB11320254-
CMYK0.4400.730.21
HSL96.08º58.27%50.2%-
HSV(B)96.08º73.27%79.22%-
XYZ28.646.0210.87-
YUV158.5269.0195.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 202 (79.30% from 255) = 54.74%
BLUE value IS 54 (21.48% from 255) = 14.63%
R=30.62%
G=54.74%
B=14.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113202540.4400.730.2196.0858.2750.2
Hex71CA362C04915603a32
Octal16131266540111251407262
Binary11100011100101011011010110001001001101011100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,202,54); }

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

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

 a { background-color: rgb(113,202,54); }

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

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

 span { border-color: rgb(113,202,54); }

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