#71CA38

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

Shades of Apple #71CA38

Tints of Apple #71CA38

Color information

#71CA38 (or 0x71CA38) is unknown color: approx Apple. HEX triplet: 71, CA and 38. RGB value is (113,202,56). Sum of RGB (Red+Green+Blue) = 113+202+56=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA38 is #8E35C7. Grayscale: #9F9F9F. Windows color (decimal): -9319880 or 3721841. OLE color: 3721841.

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

Color convert

RGB11320256-
CMYK0.4400.720.21
HSL96.58º57.94%50.59%-
HSV(B)96.58º72.28%79.22%-
XYZ28.6446.0411.12-
YUV158.7470.0195.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 202 (79.30% from 255) = 54.45%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=30.46%
G=54.45%
B=15.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113202560.4400.720.2196.5857.9450.59
Hex71CA382C04815613a33
Octal16131270540110251417263
Binary11100011100101011100010110001001000101011100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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