#7DD561

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

Shades of Mantis #7DD561

Tints of Mantis #7DD561

Color information

#7DD561 (or 0x7DD561) is unknown color: approx Mantis. HEX triplet: 7D, D5 and 61. RGB value is (125,213,97). Sum of RGB (Red+Green+Blue) = 125+213+97=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD561 is #822A9E. Grayscale: #ADADAD. Windows color (decimal): -8530591 or 6411645. OLE color: 6411645.

HSL color Cylindrical-coordinate representation of color #7DD561: hue angle of 105.52º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DD561 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB12521397-
CMYK0.4100.540.16
HSL105.52º58%60.78%-
HSV(B)105.52º54.46%83.53%-
XYZ34.4152.8119.69-
YUV173.4684.8593.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.74%
GREEN value IS 213 (83.59% from 255) = 48.97%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=28.74%
G=48.97%
B=22.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal125213970.4100.540.16105.525860.78
Hex7DD56129036106a3a3d
Octal17532514151066201527275
Binary11111011101010111000011010010110110100001101010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,213,97); }

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

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

 a { background-color: rgb(125,213,97); }

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

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

 span { border-color: rgb(125,213,97); }

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