#7DDE45

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

Shades of Mantis #7DDE45

Tints of Mantis #7DDE45

Color information

#7DDE45 (or 0x7DDE45) is unknown color: approx Mantis. HEX triplet: 7D, DE and 45. RGB value is (125,222,69). Sum of RGB (Red+Green+Blue) = 125+222+69=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDE45 is #8221BA. Grayscale: #B0B0B0. Windows color (decimal): -8528315 or 4578941. OLE color: 4578941.

HSL color Cylindrical-coordinate representation of color #7DDE45: hue angle of 98.04º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DDE45 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB12522269-
CMYK0.4400.690.13
HSL98.04º69.86%57.06%-
HSV(B)98.04º68.92%87.06%-
XYZ35.6557.0314.76-
YUV175.5667.8691.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.05%
GREEN value IS 222 (87.11% from 255) = 53.37%
BLUE value IS 69 (27.34% from 255) = 16.59%
R=30.05%
G=53.37%
B=16.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125222690.4400.690.1398.0469.8657.06
Hex7DDE452C045D624639
Octal1753361055401051514210671
Binary111110111011110100010110110001000101110111000101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,222,69); }

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

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

 a { background-color: rgb(125,222,69); }

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

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

 span { border-color: rgb(125,222,69); }

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