#71D25B

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

Shades of Mantis #71D25B

Tints of Mantis #71D25B

Color information

#71D25B (or 0x71D25B) is unknown color: approx Mantis. HEX triplet: 71, D2 and 5B. RGB value is (113,210,91). Sum of RGB (Red+Green+Blue) = 113+210+91=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #71D25B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D25B is #8E2DA4. Grayscale: #A7A7A7. Windows color (decimal): -9317797 or 6017649. OLE color: 6017649.

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

Color convert

RGB11321091-
CMYK0.4600.570.18
HSL108.91º56.94%59.02%-
HSV(B)108.91º56.67%82.35%-
XYZ31.7450.3617.94-
YUV167.4384.8689.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.29%
GREEN value IS 210 (82.42% from 255) = 50.72%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=27.29%
G=50.72%
B=21.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113210910.4600.570.18108.9156.9459.02
Hex71D25B2E039126d393b
Octal16132213356071221557173
Binary11100011101001010110111011100111001100101101101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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