#71EC37

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

Shades of Mantis #71EC37

Tints of Mantis #71EC37

Color information

#71EC37 (or 0x71EC37) is unknown color: approx Mantis. HEX triplet: 71, EC and 37. RGB value is (113,236,55). Sum of RGB (Red+Green+Blue) = 113+236+55=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 236 (92.58% from 255 or 58.42% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EC37 is #8E13C8. Grayscale: #B3B3B3. Windows color (decimal): -9311177 or 3665009. OLE color: 3665009.

HSL color Cylindrical-coordinate representation of color #71EC37: hue angle of 100.77º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71EC37 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB11323655-
CMYK0.5200.770.07
HSL100.77º82.65%57.06%-
HSV(B)100.77º76.69%92.55%-
XYZ37.563.7813.95-
YUV178.5958.2581.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 236 (92.58% from 255) = 58.42%
BLUE value IS 55 (21.88% from 255) = 13.61%
R=27.97%
G=58.42%
B=13.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal113236550.5200.770.07100.7782.6557.06
Hex71EC373404D7655339
Octal16135467640115714512371
Binary1110001111011001101111101000100110111111001011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,236,55); }

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

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

 a { background-color: rgb(113,236,55); }

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

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

 span { border-color: rgb(113,236,55); }

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