#71C752

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

Shades of Mantis #71C752

Tints of Mantis #71C752

Color information

#71C752 (or 0x71C752) is unknown color: approx Mantis. HEX triplet: 71, C7 and 52. RGB value is (113,199,82). Sum of RGB (Red+Green+Blue) = 113+199+82=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #71C752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C752 is #8E38AD. Grayscale: #A0A0A0. Windows color (decimal): -9320622 or 5425009. OLE color: 5425009.

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

Color convert

RGB11319982-
CMYK0.4300.590.22
HSL104.1º51.09%55.1%-
HSV(B)104.1º58.79%78.04%-
XYZ28.7644.9715.15-
YUV159.9584.0194.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 199 (78.12% from 255) = 50.51%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=28.68%
G=50.51%
B=20.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113199820.4300.590.22104.151.0955.1
Hex71C7522B03B16683337
Octal16130712253073261506367
Binary11100011100011110100101010110111011101101101000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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