#7DE746

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

Shades of Mantis #7DE746

Tints of Mantis #7DE746

Color information

#7DE746 (or 0x7DE746) is unknown color: approx Mantis. HEX triplet: 7D, E7 and 46. RGB value is (125,231,70). Sum of RGB (Red+Green+Blue) = 125+231+70=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 231 (90.62% from 255 or 54.23% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE746 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DE746 is #8218B9. Grayscale: #B5B5B5. Windows color (decimal): -8526010 or 4646781. OLE color: 4646781.

HSL color Cylindrical-coordinate representation of color #7DE746: hue angle of 99.5º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DE746 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB12523170-
CMYK0.4600.700.09
HSL99.5º77.03%59.02%-
HSV(B)99.5º69.7%90.59%-
XYZ38.1461.9515.74-
YUV180.9565.3888.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.34%
GREEN value IS 231 (90.62% from 255) = 54.23%
BLUE value IS 70 (27.73% from 255) = 16.43%
R=29.34%
G=54.23%
B=16.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal125231700.4600.700.0999.577.0359.02
Hex7DE7462E0469644d3b
Octal1753471065601061114411573
Binary111110111100111100011010111001000110100111001001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,231,70); }

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

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

 a { background-color: rgb(125,231,70); }

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

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

 span { border-color: rgb(125,231,70); }

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