#7DDD44

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

Shades of Mantis #7DDD44

Tints of Mantis #7DDD44

Color information

#7DDD44 (or 0x7DDD44) is unknown color: approx Mantis. HEX triplet: 7D, DD and 44. RGB value is (125,221,68). Sum of RGB (Red+Green+Blue) = 125+221+68=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD44 is #8222BB. Grayscale: #AFAFAF. Windows color (decimal): -8528572 or 4513149. OLE color: 4513149.

HSL color Cylindrical-coordinate representation of color #7DDD44: hue angle of 97.65º degrees, saturation: 0.69, 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 #7DDD44 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB12522168-
CMYK0.4300.690.13
HSL97.65º69.23%56.67%-
HSV(B)97.65º69.23%86.67%-
XYZ35.3656.4914.51-
YUV174.8567.792.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.19%
GREEN value IS 221 (86.72% from 255) = 53.38%
BLUE value IS 68 (26.95% from 255) = 16.43%
R=30.19%
G=53.38%
B=16.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125221680.4300.690.1397.6569.2356.67
Hex7DDD442B045D624539
Octal1753351045301051514210571
Binary111110111011101100010010101101000101110111000101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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