#7cdc56

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

Shades of Mantis #7CDC56

Tints of Mantis #7CDC56

Color information

#7CDC56 (or 0x7CDC56) is unknown color: approx Mantis. HEX triplet: 7C, DC and 56. RGB value is (124,220,86). Sum of RGB (Red+Green+Blue) = 124+220+86=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDC56 is #8323A9. Grayscale: #B0B0B0. Windows color (decimal): -8594346 or 5692540. OLE color: 5692540.

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

Color convert

RGB12422086-
CMYK0.4400.610.14
HSL102.99º65.69%60%-
HSV(B)102.99º60.91%86.27%-
XYZ35.5956.1417.77-
YUV176.0277.290.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.84%
GREEN value IS 220 (86.33% from 255) = 51.16%
BLUE value IS 86 (33.98% from 255) = 20%
R=28.84%
G=51.16%
B=20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal124220860.4400.610.14102.9965.6960
Hex7CDC562C03DE67423c
Octal174334126540751614710274
Binary11111001101110010101101011000111101111011001111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cdc56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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