#71B72D

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

Shades of Lima #71B72D

Tints of Lima #71B72D

Color information

#71B72D (or 0x71B72D) is unknown color: approx Lima. HEX triplet: 71, B7 and 2D. RGB value is (113,183,45). Sum of RGB (Red+Green+Blue) = 113+183+45=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #71B72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B72D is #8E48D2. Grayscale: #929292. Windows color (decimal): -9324755 or 2996081. OLE color: 2996081.

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

Color convert

RGB11318345-
CMYK0.3800.750.28
HSL90.43º60.53%44.71%-
HSV(B)90.43º75.41%71.76%-
XYZ24.2237.578.46-
YUV146.3470.81104.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 183 (71.88% from 255) = 53.67%
BLUE value IS 45 (17.97% from 255) = 13.20%
R=33.14%
G=53.67%
B=13.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113183450.3800.750.2890.4360.5344.71
Hex71B72D2604B1C5a3d2d
Octal16126755460113341327555
Binary11100011011011110110110011001001011111001011010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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