#7DD045

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

Shades of Mantis #7DD045

Tints of Mantis #7DD045

Color information

#7DD045 (or 0x7DD045) is unknown color: approx Mantis. HEX triplet: 7D, D0 and 45. RGB value is (125,208,69). Sum of RGB (Red+Green+Blue) = 125+208+69=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD045 is #822FBA. Grayscale: #A7A7A7. Windows color (decimal): -8531899 or 4575357. OLE color: 4575357.

HSL color Cylindrical-coordinate representation of color #7DD045: hue angle of 95.83º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DD045 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB12520869-
CMYK0.4000.670.18
HSL95.83º59.66%54.31%-
HSV(B)95.83º66.83%81.57%-
XYZ32.0949.913.57-
YUV167.3472.597.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 208 (81.64% from 255) = 51.74%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=31.09%
G=51.74%
B=17.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal125208690.4000.670.1895.8359.6654.31
Hex7DD0452804312603c36
Octal175320105500103221407466
Binary111110111010000100010110100001000011100101100000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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