#7EDA52

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

Shades of Mantis #7EDA52

Tints of Mantis #7EDA52

Color information

#7EDA52 (or 0x7EDA52) is unknown color: approx Mantis. HEX triplet: 7E, DA and 52. RGB value is (126,218,82). Sum of RGB (Red+Green+Blue) = 126+218+82=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA52 is #8125AD. Grayscale: #AFAFAF. Windows color (decimal): -8463790 or 5429886. OLE color: 5429886.

HSL color Cylindrical-coordinate representation of color #7EDA52: hue angle of 100.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7EDA52 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB12621882-
CMYK0.4200.620.15
HSL100.59º64.76%58.82%-
HSV(B)100.59º62.39%85.49%-
XYZ35.255.1916.78-
YUV174.9975.5293.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.58%
GREEN value IS 218 (85.55% from 255) = 51.17%
BLUE value IS 82 (32.42% from 255) = 19.25%
R=29.58%
G=51.17%
B=19.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126218820.4200.620.15100.5964.7658.82
Hex7EDA522A03EF65413b
Octal176332122520761714510173
Binary11111101101101010100101010100111110111111001011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,218,82); }

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

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

 a { background-color: rgb(126,218,82); }

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

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

 span { border-color: rgb(126,218,82); }

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