#7EDB61

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

Shades of Mantis #7EDB61

Tints of Mantis #7EDB61

Color information

#7EDB61 (or 0x7EDB61) is unknown color: approx Mantis. HEX triplet: 7E, DB and 61. RGB value is (126,219,97). Sum of RGB (Red+Green+Blue) = 126+219+97=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDB61 is #81249E. Grayscale: #B1B1B1. Windows color (decimal): -8463519 or 6413182. OLE color: 6413182.

HSL color Cylindrical-coordinate representation of color #7EDB61: hue angle of 105.74º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7EDB61 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB12621997-
CMYK0.4200.560.14
HSL105.74º62.89%61.96%-
HSV(B)105.74º55.71%85.88%-
XYZ36.0955.9620.21-
YUV177.2882.6991.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.51%
GREEN value IS 219 (85.94% from 255) = 49.55%
BLUE value IS 97 (38.28% from 255) = 21.95%
R=28.51%
G=49.55%
B=21.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal126219970.4200.560.14105.7462.8961.96
Hex7EDB612A038E6a3f3e
Octal17633314152070161527776
Binary1111110110110111100001101010011100011101101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,219,97); }

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

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

 a { background-color: rgb(126,219,97); }

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

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

 span { border-color: rgb(126,219,97); }

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