#71CA33

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

Shades of Apple #71CA33

Tints of Apple #71CA33

Color information

#71CA33 (or 0x71CA33) is unknown color: approx Apple. HEX triplet: 71, CA and 33. RGB value is (113,202,51). Sum of RGB (Red+Green+Blue) = 113+202+51=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA33 is #8E35CC. Grayscale: #9E9E9E. Windows color (decimal): -9319885 or 3394161. OLE color: 3394161.

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

Color convert

RGB11320251-
CMYK0.4400.750.21
HSL95.36º59.68%49.61%-
HSV(B)95.36º74.75%79.22%-
XYZ28.5345.9910.51-
YUV158.1767.5195.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 202 (79.30% from 255) = 55.19%
BLUE value IS 51 (20.31% from 255) = 13.93%
R=30.87%
G=55.19%
B=13.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113202510.4400.750.2195.3659.6849.61
Hex71CA332C04B155f3c32
Octal16131263540113251377462
Binary11100011100101011001110110001001011101011011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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