#7CDD45

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

Shades of Mantis #7CDD45

Tints of Mantis #7CDD45

Color information

#7CDD45 (or 0x7CDD45) is unknown color: approx Mantis. HEX triplet: 7C, DD and 45. RGB value is (124,221,69). Sum of RGB (Red+Green+Blue) = 124+221+69=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDD45 is #8322BA. Grayscale: #AFAFAF. Windows color (decimal): -8594107 or 4578684. OLE color: 4578684.

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

Color convert

RGB12422169-
CMYK0.4400.690.13
HSL98.29º69.09%56.86%-
HSV(B)98.29º68.78%86.67%-
XYZ35.2456.4314.66-
YUV174.6768.3691.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.95%
GREEN value IS 221 (86.72% from 255) = 53.38%
BLUE value IS 69 (27.34% from 255) = 16.67%
R=29.95%
G=53.38%
B=16.67%

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
Decimal124221690.4400.690.1398.2969.0956.86
Hex7CDD452C045D624539
Octal1743351055401051514210571
Binary111110011011101100010110110001000101110111000101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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