#7DD95F

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

Shades of Mantis #7DD95F

Tints of Mantis #7DD95F

Color information

#7DD95F (or 0x7DD95F) is unknown color: approx Mantis. HEX triplet: 7D, D9 and 5F. RGB value is (125,217,95). Sum of RGB (Red+Green+Blue) = 125+217+95=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD95F is #8226A0. Grayscale: #AFAFAF. Windows color (decimal): -8529569 or 6281597. OLE color: 6281597.

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

Color convert

RGB12521795-
CMYK0.4200.560.15
HSL105.25º61.62%61.18%-
HSV(B)105.25º56.22%85.1%-
XYZ35.3454.8119.54-
YUV175.5882.5291.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.60%
GREEN value IS 217 (85.16% from 255) = 49.66%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=28.60%
G=49.66%
B=21.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125217950.4200.560.15105.2561.6261.18
Hex7DD95F2A038F693e3d
Octal17533113752070171517675
Binary1111101110110011011111101010011100011111101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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