#7DD95D

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

Shades of Mantis #7DD95D

Tints of Mantis #7DD95D

Color information

#7DD95D (or 0x7DD95D) is unknown color: approx Mantis. HEX triplet: 7D, D9 and 5D. RGB value is (125,217,93). Sum of RGB (Red+Green+Blue) = 125+217+93=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD95D is #8226A2. Grayscale: #AFAFAF. Windows color (decimal): -8529571 or 6150525. OLE color: 6150525.

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

Color convert

RGB12521793-
CMYK0.4200.570.15
HSL104.52º62%60.78%-
HSV(B)104.52º57.14%85.1%-
XYZ35.2554.7819.07-
YUV175.3681.5292.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.74%
GREEN value IS 217 (85.16% from 255) = 49.89%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=28.74%
G=49.89%
B=21.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125217930.4200.570.15104.526260.78
Hex7DD95D2A039F693e3d
Octal17533113552071171517675
Binary1111101110110011011101101010011100111111101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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