#7DDE4C

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

Shades of Mantis #7DDE4C

Tints of Mantis #7DDE4C

Color information

#7DDE4C (or 0x7DDE4C) is unknown color: approx Mantis. HEX triplet: 7D, DE and 4C. RGB value is (125,222,76). Sum of RGB (Red+Green+Blue) = 125+222+76=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDE4C is #8221B3. Grayscale: #B0B0B0. Windows color (decimal): -8528308 or 5037693. OLE color: 5037693.

HSL color Cylindrical-coordinate representation of color #7DDE4C: hue angle of 99.86º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DDE4C is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB12522276-
CMYK0.4400.660.13
HSL99.86º68.87%58.43%-
HSV(B)99.86º65.77%87.06%-
XYZ35.8857.1215.97-
YUV176.3571.3691.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 222 (87.11% from 255) = 52.48%
BLUE value IS 76 (30.08% from 255) = 17.97%
R=29.55%
G=52.48%
B=17.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125222760.4400.660.1399.8668.8758.43
Hex7DDE4C2C042D64453a
Octal1753361145401021514410572
Binary111110111011110100110010110001000010110111001001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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