#7DD242

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

Shades of Mantis #7DD242

Tints of Mantis #7DD242

Color information

#7DD242 (or 0x7DD242) is unknown color: approx Mantis. HEX triplet: 7D, D2 and 42. RGB value is (125,210,66). Sum of RGB (Red+Green+Blue) = 125+210+66=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD242 is #822DBD. Grayscale: #A8A8A8. Windows color (decimal): -8531390 or 4379261. OLE color: 4379261.

HSL color Cylindrical-coordinate representation of color #7DD242: hue angle of 95.42º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DD242 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB12521066-
CMYK0.4000.690.18
HSL95.42º61.54%54.12%-
HSV(B)95.42º68.57%82.35%-
XYZ32.4950.8513.26-
YUV168.1770.3497.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 210 (82.42% from 255) = 52.37%
BLUE value IS 66 (26.17% from 255) = 16.46%
R=31.17%
G=52.37%
B=16.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal125210660.4000.690.1895.4261.5454.12
Hex7DD24228045125f3e36
Octal175322102500105221377666
Binary111110111010010100001010100001000101100101011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,210,66); }

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

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

 a { background-color: rgb(125,210,66); }

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

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

 span { border-color: rgb(125,210,66); }

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