#7CCB50

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

Shades of Mantis #7CCB50

Tints of Mantis #7CCB50

Color information

#7CCB50 (or 0x7CCB50) is unknown color: approx Mantis. HEX triplet: 7C, CB and 50. RGB value is (124,203,80). Sum of RGB (Red+Green+Blue) = 124+203+80=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCB50 is #8334AF. Grayscale: #A5A5A5. Windows color (decimal): -8598704 or 5294972. OLE color: 5294972.

HSL color Cylindrical-coordinate representation of color #7CCB50: hue angle of 98.54º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CCB50 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB12420380-
CMYK0.3900.610.20
HSL98.54º54.19%55.49%-
HSV(B)98.54º60.59%79.61%-
XYZ31.1247.5815.13-
YUV165.3679.8398.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.47%
GREEN value IS 203 (79.69% from 255) = 49.88%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=30.47%
G=49.88%
B=19.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124203800.3900.610.2098.5454.1955.49
Hex7CCB502703D14633637
Octal17431312047075241436667
Binary11111001100101110100001001110111101101001100011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,203,80); }

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

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

 a { background-color: rgb(124,203,80); }

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

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

 span { border-color: rgb(124,203,80); }

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