#7FDD61

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

Shades of Mantis #7FDD61

Tints of Mantis #7FDD61

Color information

#7FDD61 (or 0x7FDD61) is unknown color: approx Mantis. HEX triplet: 7F, DD and 61. RGB value is (127,221,97). Sum of RGB (Red+Green+Blue) = 127+221+97=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDD61 is #80229E. Grayscale: #B3B3B3. Windows color (decimal): -8397471 or 6413695. OLE color: 6413695.

HSL color Cylindrical-coordinate representation of color #7FDD61: hue angle of 105.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FDD61 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB12722197-
CMYK0.4300.560.13
HSL105.48º64.58%62.35%-
HSV(B)105.48º56.11%86.67%-
XYZ36.7757.0920.39-
YUV178.7681.8691.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.54%
GREEN value IS 221 (86.72% from 255) = 49.66%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=28.54%
G=49.66%
B=21.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal127221970.4300.560.13105.4864.5862.35
Hex7FDD612B038D69413e
Octal177335141530701515110176
Binary11111111101110111000011010110111000110111010011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,221,97); }

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

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

 a { background-color: rgb(127,221,97); }

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

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

 span { border-color: rgb(127,221,97); }

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