#7DC755

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

Shades of Mantis #7DC755

Tints of Mantis #7DC755

Color information

#7DC755 (or 0x7DC755) is unknown color: approx Mantis. HEX triplet: 7D, C7 and 55. RGB value is (125,199,85). Sum of RGB (Red+Green+Blue) = 125+199+85=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC755 is #8238AA. Grayscale: #A4A4A4. Windows color (decimal): -8534187 or 5621629. OLE color: 5621629.

HSL color Cylindrical-coordinate representation of color #7DC755: hue angle of 98.95º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DC755 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB12519985-
CMYK0.3700.570.22
HSL98.95º50.44%55.69%-
HSV(B)98.95º57.29%78.04%-
XYZ30.5245.8615.84-
YUV163.8883.48100.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 199 (78.12% from 255) = 48.66%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=30.56%
G=48.66%
B=20.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125199850.3700.570.2298.9550.4455.69
Hex7DC7552503916633238
Octal17530712545071261436270
Binary11111011100011110101011001010111001101101100011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,199,85); }

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

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

 a { background-color: rgb(125,199,85); }

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

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

 span { border-color: rgb(125,199,85); }

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