#7DE14D

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

Shades of Mantis #7DE14D

Tints of Mantis #7DE14D

Color information

#7DE14D (or 0x7DE14D) is unknown color: approx Mantis. HEX triplet: 7D, E1 and 4D. RGB value is (125,225,77). Sum of RGB (Red+Green+Blue) = 125+225+77=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE14D is #821EB2. Grayscale: #B2B2B2. Windows color (decimal): -8527539 or 5103997. OLE color: 5103997.

HSL color Cylindrical-coordinate representation of color #7DE14D: hue angle of 100.54º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DE14D is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB12522577-
CMYK0.4400.660.12
HSL100.54º71.15%59.22%-
HSV(B)100.54º65.78%88.24%-
XYZ36.7258.7516.42-
YUV178.2370.8790.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.27%
GREEN value IS 225 (88.28% from 255) = 52.69%
BLUE value IS 77 (30.47% from 255) = 18.03%
R=29.27%
G=52.69%
B=18.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal125225770.4400.660.12100.5471.1559.22
Hex7DE14D2C042C65473b
Octal1753411155401021414510773
Binary111110111100001100110110110001000010110011001011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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