#71B728

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

Shades of Lima #71B728

Tints of Lima #71B728

Color information

#71B728 (or 0x71B728) is unknown color: approx Lima. HEX triplet: 71, B7 and 28. RGB value is (113,183,40). Sum of RGB (Red+Green+Blue) = 113+183+40=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #71B728 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B728 is #8E48D7. Grayscale: #929292. Windows color (decimal): -9324760 or 2668401. OLE color: 2668401.

HSL color Cylindrical-coordinate representation of color #71B728: hue angle of 89.37º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71B728 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB11318340-
CMYK0.3800.780.28
HSL89.37º64.13%43.73%-
HSV(B)89.37º78.14%71.76%-
XYZ24.1337.537.98-
YUV145.7768.31104.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 183 (71.88% from 255) = 54.46%
BLUE value IS 40 (16.02% from 255) = 11.90%
R=33.63%
G=54.46%
B=11.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113183400.3800.780.2889.3764.1343.73
Hex71B7282604E1C59402c
Octal161267504601163413110054
Binary111000110110111101000100110010011101110010110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,183,40); }

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

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

 a { background-color: rgb(113,183,40); }

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

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

 span { border-color: rgb(113,183,40); }

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