#7CDC60

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

Shades of Mantis #7CDC60

Tints of Mantis #7CDC60

Color information

#7CDC60 (or 0x7CDC60) is unknown color: approx Mantis. HEX triplet: 7C, DC and 60. RGB value is (124,220,96). Sum of RGB (Red+Green+Blue) = 124+220+96=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDC60 is #83239F. Grayscale: #B1B1B1. Windows color (decimal): -8594336 or 6347900. OLE color: 6347900.

HSL color Cylindrical-coordinate representation of color #7CDC60: hue angle of 106.45º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CDC60 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB12422096-
CMYK0.4400.560.14
HSL106.45º63.92%61.96%-
HSV(B)106.45º56.36%86.27%-
XYZ36.0256.3220.04-
YUV177.1682.290.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.18%
GREEN value IS 220 (86.33% from 255) = 50%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=28.18%
G=50%
B=21.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal124220960.4400.560.14106.4563.9261.96
Hex7CDC602C038E6a403e
Octal174334140540701615210076
Binary11111001101110011000001011000111000111011010101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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