#7DD85A

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

Shades of Mantis #7DD85A

Tints of Mantis #7DD85A

Color information

#7DD85A (or 0x7DD85A) is unknown color: approx Mantis. HEX triplet: 7D, D8 and 5A. RGB value is (125,216,90). Sum of RGB (Red+Green+Blue) = 125+216+90=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD85A is #8227A5. Grayscale: #AEAEAE. Windows color (decimal): -8529830 or 5953661. OLE color: 5953661.

HSL color Cylindrical-coordinate representation of color #7DD85A: hue angle of 103.33º 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 #7DD85A is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB12521690-
CMYK0.4200.580.15
HSL103.33º61.76%60%-
HSV(B)103.33º58.33%84.71%-
XYZ34.8654.2118.3-
YUV174.4380.3592.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.00%
GREEN value IS 216 (84.77% from 255) = 50.12%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=29.00%
G=50.12%
B=20.88%

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
Decimal125216900.4200.580.15103.3361.7660
Hex7DD85A2A03AF673e3c
Octal17533013252072171477674
Binary1111101110110001011010101010011101011111100111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,216,90); }

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

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

 a { background-color: rgb(125,216,90); }

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

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

 span { border-color: rgb(125,216,90); }

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