#7ACD61

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

Shades of Mantis #7ACD61

Tints of Mantis #7ACD61

Color information

#7ACD61 (or 0x7ACD61) is unknown color: approx Mantis. HEX triplet: 7A, CD and 61. RGB value is (122,205,97). Sum of RGB (Red+Green+Blue) = 122+205+97=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACD61 is #85329E. Grayscale: #A8A8A8. Windows color (decimal): -8729247 or 6409594. OLE color: 6409594.

HSL color Cylindrical-coordinate representation of color #7ACD61: hue angle of 106.11º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7ACD61 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB12220597-
CMYK0.4000.530.20
HSL106.11º51.92%59.22%-
HSV(B)106.11º52.68%80.39%-
XYZ32.0248.6619.01-
YUV167.878895.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.77%
GREEN value IS 205 (80.47% from 255) = 48.35%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=28.77%
G=48.35%
B=22.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122205970.4000.530.20106.1151.9259.22
Hex7ACD6128035146a343b
Octal17231514150065241526473
Binary11110101100110111000011010000110101101001101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,205,97); }

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

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

 a { background-color: rgb(122,205,97); }

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

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

 span { border-color: rgb(122,205,97); }

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