#7DE44D

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

Shades of Mantis #7DE44D

Tints of Mantis #7DE44D

Color information

#7DE44D (or 0x7DE44D) is unknown color: approx Mantis. HEX triplet: 7D, E4 and 4D. RGB value is (125,228,77). Sum of RGB (Red+Green+Blue) = 125+228+77=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE44D is #821BB2. Grayscale: #B4B4B4. Windows color (decimal): -8526771 or 5104765. OLE color: 5104765.

HSL color Cylindrical-coordinate representation of color #7DE44D: hue angle of 100.93º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DE44D is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB12522877-
CMYK0.4500.660.11
HSL100.93º73.66%59.8%-
HSV(B)100.93º66.23%89.41%-
XYZ37.5460.3816.7-
YUV179.9969.8888.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.07%
GREEN value IS 228 (89.45% from 255) = 53.02%
BLUE value IS 77 (30.47% from 255) = 17.91%
R=29.07%
G=53.02%
B=17.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal125228770.4500.660.11100.9373.6659.8
Hex7DE44D2D042B654a3c
Octal1753441155501021314511274
Binary111110111100100100110110110101000010101111001011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,228,77); }

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

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

 a { background-color: rgb(125,228,77); }

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

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

 span { border-color: rgb(125,228,77); }

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