#71CD58

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

Shades of Mantis #71CD58

Tints of Mantis #71CD58

Color information

#71CD58 (or 0x71CD58) is unknown color: approx Mantis. HEX triplet: 71, CD and 58. RGB value is (113,205,88). Sum of RGB (Red+Green+Blue) = 113+205+88=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CD58 is #8E32A7. Grayscale: #A4A4A4. Windows color (decimal): -9319080 or 5819761. OLE color: 5819761.

HSL color Cylindrical-coordinate representation of color #71CD58: hue angle of 107.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71CD58 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB11320588-
CMYK0.4500.570.20
HSL107.18º53.92%57.45%-
HSV(B)107.18º57.07%80.39%-
XYZ30.447.8816.87-
YUV164.1585.0291.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 205 (80.47% from 255) = 50.49%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=27.83%
G=50.49%
B=21.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113205880.4500.570.20107.1853.9257.45
Hex71CD582D039146b3639
Octal16131513055071241536671
Binary11100011100110110110001011010111001101001101011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,205,88); }

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

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

 a { background-color: rgb(113,205,88); }

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

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

 span { border-color: rgb(113,205,88); }

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