#71C232

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

Shades of Apple #71C232

Tints of Apple #71C232

Color information

#71C232 (or 0x71C232) is unknown color: approx Apple. HEX triplet: 71, C2 and 32. RGB value is (113,194,50). Sum of RGB (Red+Green+Blue) = 113+194+50=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #71C232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C232 is #8E3DCD. Grayscale: #999999. Windows color (decimal): -9321934 or 3326577. OLE color: 3326577.

HSL color Cylindrical-coordinate representation of color #71C232: hue angle of 93.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71C232 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB11319450-
CMYK0.4200.740.24
HSL93.75º59.02%47.84%-
HSV(B)93.75º74.23%76.08%-
XYZ26.6842.329.78-
YUV153.3669.6699.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 194 (76.17% from 255) = 54.34%
BLUE value IS 50 (19.92% from 255) = 14.01%
R=31.65%
G=54.34%
B=14.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113194500.4200.740.2493.7559.0247.84
Hex71C2322A04A185e3b30
Octal16130262520112301367360
Binary11100011100001011001010101001001010110001011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,194,50); }

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

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

 a { background-color: rgb(113,194,50); }

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

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

 span { border-color: rgb(113,194,50); }

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