#71C256

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

Shades of Mantis #71C256

Tints of Mantis #71C256

Color information

#71C256 (or 0x71C256) is unknown color: approx Mantis. HEX triplet: 71, C2 and 56. RGB value is (113,194,86). Sum of RGB (Red+Green+Blue) = 113+194+86=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #71C256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C256 is #8E3DA9. Grayscale: #9D9D9D. Windows color (decimal): -9321898 or 5685873. OLE color: 5685873.

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

Color convert

RGB11319486-
CMYK0.4200.560.24
HSL105º46.96%54.9%-
HSV(B)105º55.67%76.08%-
XYZ27.7842.7715.59-
YUV157.4787.6696.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.75%
GREEN value IS 194 (76.17% from 255) = 49.36%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=28.75%
G=49.36%
B=21.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113194860.4200.560.2410546.9654.9
Hex71C2562A03818692f37
Octal16130212652070301515767
Binary11100011100001010101101010100111000110001101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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