#7DCE58

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

Shades of Mantis #7DCE58

Tints of Mantis #7DCE58

Color information

#7DCE58 (or 0x7DCE58) is unknown color: approx Mantis. HEX triplet: 7D, CE and 58. RGB value is (125,206,88). Sum of RGB (Red+Green+Blue) = 125+206+88=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE58 is #8231A7. Grayscale: #A8A8A8. Windows color (decimal): -8532392 or 5820029. OLE color: 5820029.

HSL color Cylindrical-coordinate representation of color #7DCE58: hue angle of 101.19º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DCE58 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB12520688-
CMYK0.3900.570.19
HSL101.19º54.63%57.65%-
HSV(B)101.19º57.28%80.78%-
XYZ32.2949.2117.03-
YUV168.3382.6697.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 206 (80.86% from 255) = 49.16%
BLUE value IS 88 (34.77% from 255) = 21.00%
R=29.83%
G=49.16%
B=21.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal125206880.3900.570.19101.1954.6357.65
Hex7DCE58270391365373a
Octal17531613047071231456772
Binary11111011100111010110001001110111001100111100101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DCE58; }

 p { color: rgb(125,206,88); }

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

<style>
 a { background-color: #7DCE58; }

 a { background-color: rgb(125,206,88); }

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

<style>
 span { border-color: #7DCE58; }

 span { border-color: rgb(125,206,88); }

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