#7CD961

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

Shades of Mantis #7CD961

Tints of Mantis #7CD961

Color information

#7CD961 (or 0x7CD961) is unknown color: approx Mantis. HEX triplet: 7C, D9 and 61. RGB value is (124,217,97). Sum of RGB (Red+Green+Blue) = 124+217+97=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #7CD961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD961 is #83269E. Grayscale: #AFAFAF. Windows color (decimal): -8595103 or 6412668. OLE color: 6412668.

HSL color Cylindrical-coordinate representation of color #7CD961: hue angle of 106.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CD961 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB12421797-
CMYK0.4300.550.15
HSL106.5º61.22%61.57%-
HSV(B)106.5º55.3%85.1%-
XYZ35.2854.7720.02-
YUV175.5183.6991.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.31%
GREEN value IS 217 (85.16% from 255) = 49.54%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=28.31%
G=49.54%
B=22.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124217970.4300.550.15106.561.2261.57
Hex7CD9612B037F6a3d3e
Octal17433114153067171527576
Binary1111100110110011100001101011011011111111101010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,217,97); }

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

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

 a { background-color: rgb(124,217,97); }

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

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

 span { border-color: rgb(124,217,97); }

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