#7DD95B

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

Shades of Mantis #7DD95B

Tints of Mantis #7DD95B

Color information

#7DD95B (or 0x7DD95B) is unknown color: approx Mantis. HEX triplet: 7D, D9 and 5B. RGB value is (125,217,91). Sum of RGB (Red+Green+Blue) = 125+217+91=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD95B is #8226A4. Grayscale: #AFAFAF. Windows color (decimal): -8529573 or 6019453. OLE color: 6019453.

HSL color Cylindrical-coordinate representation of color #7DD95B: hue angle of 103.81º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DD95B is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB12521791-
CMYK0.4200.580.15
HSL103.81º62.38%60.39%-
HSV(B)103.81º58.06%85.1%-
XYZ35.1654.7418.61-
YUV175.1380.5292.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.87%
GREEN value IS 217 (85.16% from 255) = 50.12%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=28.87%
G=50.12%
B=21.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125217910.4200.580.15103.8162.3860.39
Hex7DD95B2A03AF683e3c
Octal17533113352072171507674
Binary1111101110110011011011101010011101011111101000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,217,91); }

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

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

 a { background-color: rgb(125,217,91); }

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

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

 span { border-color: rgb(125,217,91); }

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