#71D25E

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

Shades of Mantis #71D25E

Tints of Mantis #71D25E

Color information

#71D25E (or 0x71D25E) is unknown color: approx Mantis. HEX triplet: 71, D2 and 5E. RGB value is (113,210,94). Sum of RGB (Red+Green+Blue) = 113+210+94=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #71D25E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D25E is #8E2DA1. Grayscale: #A8A8A8. Windows color (decimal): -9317794 or 6214257. OLE color: 6214257.

HSL color Cylindrical-coordinate representation of color #71D25E: hue angle of 110.17º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71D25E is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB11321094-
CMYK0.4600.550.18
HSL110.17º56.31%59.61%-
HSV(B)110.17º55.24%82.35%-
XYZ31.8850.4118.64-
YUV167.7786.3688.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 210 (82.42% from 255) = 50.36%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=27.10%
G=50.36%
B=22.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113210940.4600.550.18110.1756.3159.61
Hex71D25E2E037126e383c
Octal16132213656067221567074
Binary11100011101001010111101011100110111100101101110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,210,94); }

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

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

 a { background-color: rgb(113,210,94); }

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

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

 span { border-color: rgb(113,210,94); }

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