#7DDC4C

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

Shades of Mantis #7DDC4C

Tints of Mantis #7DDC4C

Color information

#7DDC4C (or 0x7DDC4C) is unknown color: approx Mantis. HEX triplet: 7D, DC and 4C. RGB value is (125,220,76). Sum of RGB (Red+Green+Blue) = 125+220+76=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDC4C is #8223B3. Grayscale: #AFAFAF. Windows color (decimal): -8528820 or 5037181. OLE color: 5037181.

HSL color Cylindrical-coordinate representation of color #7DDC4C: hue angle of 99.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DDC4C is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB12522076-
CMYK0.4300.650.14
HSL99.58º67.29%58.04%-
HSV(B)99.58º65.45%86.27%-
XYZ35.3656.0715.8-
YUV175.1872.0392.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.69%
GREEN value IS 220 (86.33% from 255) = 52.26%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=29.69%
G=52.26%
B=18.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal125220760.4300.650.1499.5867.2958.04
Hex7DDC4C2B041E64433a
Octal1753341145301011614410372
Binary111110111011100100110010101101000001111011001001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,220,76); }

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

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

 a { background-color: rgb(125,220,76); }

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

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

 span { border-color: rgb(125,220,76); }

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