#71C750

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

Shades of Mantis #71C750

Tints of Mantis #71C750

Color information

#71C750 (or 0x71C750) is unknown color: approx Mantis. HEX triplet: 71, C7 and 50. RGB value is (113,199,80). Sum of RGB (Red+Green+Blue) = 113+199+80=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #71C750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C750 is #8E38AF. Grayscale: #A0A0A0. Windows color (decimal): -9320624 or 5293937. OLE color: 5293937.

HSL color Cylindrical-coordinate representation of color #71C750: hue angle of 103.36º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71C750 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB11319980-
CMYK0.4300.600.22
HSL103.36º51.52%54.71%-
HSV(B)103.36º59.8%78.04%-
XYZ28.6844.9414.75-
YUV159.7283.0194.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 199 (78.12% from 255) = 50.77%
BLUE value IS 80 (31.64% from 255) = 20.41%
R=28.83%
G=50.77%
B=20.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113199800.4300.600.22103.3651.5254.71
Hex71C7502B03C16673437
Octal16130712053074261476467
Binary11100011100011110100001010110111100101101100111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,199,80); }

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

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

 a { background-color: rgb(113,199,80); }

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

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

 span { border-color: rgb(113,199,80); }

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