#7CD160

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

Shades of Mantis #7CD160

Tints of Mantis #7CD160

Color information

#7CD160 (or 0x7CD160) is unknown color: approx Mantis. HEX triplet: 7C, D1 and 60. RGB value is (124,209,96). Sum of RGB (Red+Green+Blue) = 124+209+96=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 209 (82.03% from 255 or 48.72% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 209 - color contains mainly: green. Hex color #7CD160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD160 is #832E9F. Grayscale: #ABABAB. Windows color (decimal): -8597152 or 6345084. OLE color: 6345084.

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

Color convert

RGB12420996-
CMYK0.4100.540.18
HSL105.13º55.12%59.8%-
HSV(B)105.13º54.07%81.96%-
XYZ33.2250.7319.11-
YUV170.785.8494.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.90%
GREEN value IS 209 (82.03% from 255) = 48.72%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=28.90%
G=48.72%
B=22.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124209960.4100.540.18105.1355.1259.8
Hex7CD160290361269373c
Octal17432114051066221516774
Binary11111001101000111000001010010110110100101101001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,209,96); }

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

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

 a { background-color: rgb(124,209,96); }

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

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

 span { border-color: rgb(124,209,96); }

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