#71e14f

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

Shades of Mantis #71E14F

Tints of Mantis #71E14F

Color information

#71E14F (or 0x71E14F) is unknown color: approx Mantis. HEX triplet: 71, E1 and 4F. RGB value is (113,225,79). Sum of RGB (Red+Green+Blue) = 113+225+79=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 225 (88.28% from 255 or 53.96% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 225 - color contains mainly: green. Hex color #71E14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E14F is #8E1EB0. Grayscale: #AFAFAF. Windows color (decimal): -9313969 or 5235057. OLE color: 5235057.

HSL color Cylindrical-coordinate representation of color #71E14F: hue angle of 106.03º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71E14F is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB11322579-
CMYK0.5000.650.12
HSL106.03º70.87%59.61%-
HSV(B)106.03º64.89%88.24%-
XYZ35.1557.9316.73-
YUV174.8773.8983.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 225 (88.28% from 255) = 53.96%
BLUE value IS 79 (31.25% from 255) = 18.94%
R=27.10%
G=53.96%
B=18.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal113225790.5000.650.12106.0370.8759.61
Hex71E14F32041C6a473c
Octal1613411176201011415210774
Binary111000111100001100111111001001000001110011010101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71e14f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,225,79); }

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

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

 a { background-color: rgb(113,225,79); }

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

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

 span { border-color: rgb(113,225,79); }

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