#7DD158

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

Shades of Mantis #7DD158

Tints of Mantis #7DD158

Color information

#7DD158 (or 0x7DD158) is unknown color: approx Mantis. HEX triplet: 7D, D1 and 58. RGB value is (125,209,88). Sum of RGB (Red+Green+Blue) = 125+209+88=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD158 is #822EA7. Grayscale: #AAAAAA. Windows color (decimal): -8531624 or 5820797. OLE color: 5820797.

HSL color Cylindrical-coordinate representation of color #7DD158: hue angle of 101.65º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DD158 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB12520988-
CMYK0.4000.580.18
HSL101.65º56.81%58.24%-
HSV(B)101.65º57.89%81.96%-
XYZ33.0250.6717.27-
YUV170.0981.6795.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.62%
GREEN value IS 209 (82.03% from 255) = 49.53%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=29.62%
G=49.53%
B=20.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal125209880.4000.580.18101.6556.8158.24
Hex7DD1582803A1266393a
Octal17532113050072221467172
Binary11111011101000110110001010000111010100101100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,209,88); }

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

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

 a { background-color: rgb(125,209,88); }

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

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

 span { border-color: rgb(125,209,88); }

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