#71DC3F

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

Shades of Mantis #71DC3F

Tints of Mantis #71DC3F

Color information

#71DC3F (or 0x71DC3F) is unknown color: approx Mantis. HEX triplet: 71, DC and 3F. RGB value is (113,220,63). Sum of RGB (Red+Green+Blue) = 113+220+63=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DC3F is #8E23C0. Grayscale: #AAAAAA. Windows color (decimal): -9315265 or 4185201. OLE color: 4185201.

HSL color Cylindrical-coordinate representation of color #71DC3F: hue angle of 100.89º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71DC3F is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB11322063-
CMYK0.4900.710.14
HSL100.89º69.16%55.49%-
HSV(B)100.89º71.36%86.27%-
XYZ33.355.0613.57-
YUV170.1167.5587.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 220 (86.33% from 255) = 55.56%
BLUE value IS 63 (25% from 255) = 15.91%
R=28.54%
G=55.56%
B=15.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113220630.4900.710.14100.8969.1655.49
Hex71DC3F31047E654537
Octal161334776101071614510567
Binary11100011101110011111111000101000111111011001011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,220,63); }

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

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

 a { background-color: rgb(113,220,63); }

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

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

 span { border-color: rgb(113,220,63); }

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