#7DC150

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

Shades of Mantis #7DC150

Tints of Mantis #7DC150

Color information

#7DC150 (or 0x7DC150) is unknown color: approx Mantis. HEX triplet: 7D, C1 and 50. RGB value is (125,193,80). Sum of RGB (Red+Green+Blue) = 125+193+80=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC150 is #823EAF. Grayscale: #A0A0A0. Windows color (decimal): -8535728 or 5292413. OLE color: 5292413.

HSL color Cylindrical-coordinate representation of color #7DC150: hue angle of 96.11º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DC150 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB12519380-
CMYK0.3500.590.24
HSL96.11º47.68%53.53%-
HSV(B)96.11º58.55%75.69%-
XYZ28.9843.0814.38-
YUV159.7982.97103.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.41%
GREEN value IS 193 (75.78% from 255) = 48.49%
BLUE value IS 80 (31.64% from 255) = 20.10%
R=31.41%
G=48.49%
B=20.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125193800.3500.590.2496.1147.6853.53
Hex7DC1502303B18603036
Octal17530112043073301406066
Binary11111011100000110100001000110111011110001100000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,80); }

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

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

 a { background-color: rgb(125,193,80); }

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

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

 span { border-color: rgb(125,193,80); }

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