#71C258

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

Shades of Mantis #71C258

Tints of Mantis #71C258

Color information

#71C258 (or 0x71C258) is unknown color: approx Mantis. HEX triplet: 71, C2 and 58. RGB value is (113,194,88). Sum of RGB (Red+Green+Blue) = 113+194+88=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #71C258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C258 is #8E3DA7. Grayscale: #9E9E9E. Windows color (decimal): -9321896 or 5816945. OLE color: 5816945.

HSL color Cylindrical-coordinate representation of color #71C258: hue angle of 105.85º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71C258 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB11319488-
CMYK0.4200.550.24
HSL105.85º46.49%55.29%-
HSV(B)105.85º54.64%76.08%-
XYZ27.8642.816.02-
YUV157.788.6696.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 194 (76.17% from 255) = 49.11%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=28.61%
G=49.11%
B=22.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113194880.4200.550.24105.8546.4955.29
Hex71C2582A037186a2e37
Octal16130213052067301525667
Binary11100011100001010110001010100110111110001101010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,194,88); }

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

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

 a { background-color: rgb(113,194,88); }

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

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

 span { border-color: rgb(113,194,88); }

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