#7DD044

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

Shades of Mantis #7DD044

Tints of Mantis #7DD044

Color information

#7DD044 (or 0x7DD044) is unknown color: approx Mantis. HEX triplet: 7D, D0 and 44. RGB value is (125,208,68). Sum of RGB (Red+Green+Blue) = 125+208+68=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD044 is #822FBB. Grayscale: #A7A7A7. Windows color (decimal): -8531900 or 4509821. OLE color: 4509821.

HSL color Cylindrical-coordinate representation of color #7DD044: hue angle of 95.57º 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 #7DD044 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB12520868-
CMYK0.4000.670.18
HSL95.57º59.83%54.12%-
HSV(B)95.57º67.31%81.57%-
XYZ32.0649.8913.41-
YUV167.227297.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 208 (81.64% from 255) = 51.87%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=31.17%
G=51.87%
B=16.96%

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
Decimal125208680.4000.670.1895.5759.8354.12
Hex7DD0442804312603c36
Octal175320104500103221407466
Binary111110111010000100010010100001000011100101100000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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