#7cdc51

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

Shades of Mantis #7CDC51

Tints of Mantis #7CDC51

Color information

#7CDC51 (or 0x7CDC51) is unknown color: approx Mantis. HEX triplet: 7C, DC and 51. RGB value is (124,220,81). Sum of RGB (Red+Green+Blue) = 124+220+81=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDC51 is #8323AE. Grayscale: #AFAFAF. Windows color (decimal): -8594351 or 5364860. OLE color: 5364860.

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

Color convert

RGB12422081-
CMYK0.4400.630.14
HSL101.44º66.51%59.02%-
HSV(B)101.44º63.18%86.27%-
XYZ35.3956.0716.74-
YUV175.4574.791.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 220 (86.33% from 255) = 51.76%
BLUE value IS 81 (32.03% from 255) = 19.06%
R=29.18%
G=51.76%
B=19.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal124220810.4400.630.14101.4466.5159.02
Hex7CDC512C03FE65433b
Octal174334121540771614510373
Binary11111001101110010100011011000111111111011001011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cdc51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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