#7DB85F

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

Shades of Mantis #7DB85F

Tints of Mantis #7DB85F

Color information

#7DB85F (or 0x7DB85F) is unknown color: approx Mantis. HEX triplet: 7D, B8 and 5F. RGB value is (125,184,95). Sum of RGB (Red+Green+Blue) = 125+184+95=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB85F is #8247A0. Grayscale: #9C9C9C. Windows color (decimal): -8538017 or 6273149. OLE color: 6273149.

HSL color Cylindrical-coordinate representation of color #7DB85F: hue angle of 99.78º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB85F is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB12518495-
CMYK0.3200.480.28
HSL99.78º38.53%54.71%-
HSV(B)99.78º48.37%72.16%-
XYZ27.6639.4716.99-
YUV156.2193.45105.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 184 (72.27% from 255) = 45.54%
BLUE value IS 95 (37.5% from 255) = 23.51%
R=30.94%
G=45.54%
B=23.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal125184950.3200.480.2899.7838.5354.71
Hex7DB85F200301C642737
Octal17527013740060341444767
Binary11111011011100010111111000000110000111001100100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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