#7CDD44

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

Shades of Mantis #7CDD44

Tints of Mantis #7CDD44

Color information

#7CDD44 (or 0x7CDD44) is unknown color: approx Mantis. HEX triplet: 7C, DD and 44. RGB value is (124,221,68). Sum of RGB (Red+Green+Blue) = 124+221+68=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDD44 is #8322BB. Grayscale: #AFAFAF. Windows color (decimal): -8594108 or 4513148. OLE color: 4513148.

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

Color convert

RGB12422168-
CMYK0.4400.690.13
HSL98.04º69.23%56.67%-
HSV(B)98.04º69.23%86.67%-
XYZ35.2156.4214.5-
YUV174.5667.8691.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 221 (86.72% from 255) = 53.51%
BLUE value IS 68 (26.95% from 255) = 16.46%
R=30.02%
G=53.51%
B=16.46%

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
Decimal124221680.4400.690.1398.0469.2356.67
Hex7CDD442C045D624539
Octal1743351045401051514210571
Binary111110011011101100010010110001000101110111000101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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