#71B927

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

Shades of Lima #71B927

Tints of Lima #71B927

Color information

#71B927 (or 0x71B927) is unknown color: approx Lima. HEX triplet: 71, B9 and 27. RGB value is (113,185,39). Sum of RGB (Red+Green+Blue) = 113+185+39=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #71B927 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B927 is #8E46D8. Grayscale: #939393. Windows color (decimal): -9324249 or 2603377. OLE color: 2603377.

HSL color Cylindrical-coordinate representation of color #71B927: hue angle of 89.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71B927 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB11318539-
CMYK0.3900.790.27
HSL89.59º65.18%43.92%-
HSV(B)89.59º78.92%72.55%-
XYZ24.5338.368.03-
YUV146.8367.15103.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 185 (72.66% from 255) = 54.90%
BLUE value IS 39 (15.62% from 255) = 11.57%
R=33.53%
G=54.90%
B=11.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113185390.3900.790.2789.5965.1843.92
Hex71B9272704F1B5a412c
Octal161271474701173313210154
Binary111000110111001100111100111010011111101110110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,185,39); }

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

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

 a { background-color: rgb(113,185,39); }

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

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

 span { border-color: rgb(113,185,39); }

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