#7DB15F

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

Shades of Mantis #7DB15F

Tints of Mantis #7DB15F

Color information

#7DB15F (or 0x7DB15F) is unknown color: approx Mantis. HEX triplet: 7D, B1 and 5F. RGB value is (125,177,95). Sum of RGB (Red+Green+Blue) = 125+177+95=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB15F is #824EA0. Grayscale: #989898. Windows color (decimal): -8539809 or 6271357. OLE color: 6271357.

HSL color Cylindrical-coordinate representation of color #7DB15F: hue angle of 98.05º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DB15F is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB12517795-
CMYK0.2900.460.31
HSL98.05º34.45%53.33%-
HSV(B)98.05º46.33%69.41%-
XYZ26.2536.6316.51-
YUV152.195.77108.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 177 (69.53% from 255) = 44.58%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=31.49%
G=44.58%
B=23.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125177950.2900.460.3198.0534.4553.33
Hex7DB15F1D02E1F622235
Octal17526113735056371424265
Binary1111101101100011011111111010101110111111100010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,177,95); }

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

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

 a { background-color: rgb(125,177,95); }

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

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

 span { border-color: rgb(125,177,95); }

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