#7DC75F

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

Shades of Mantis #7DC75F

Tints of Mantis #7DC75F

Color information

#7DC75F (or 0x7DC75F) is unknown color: approx Mantis. HEX triplet: 7D, C7 and 5F. RGB value is (125,199,95). Sum of RGB (Red+Green+Blue) = 125+199+95=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC75F is #8238A0. Grayscale: #A5A5A5. Windows color (decimal): -8534177 or 6276989. OLE color: 6276989.

HSL color Cylindrical-coordinate representation of color #7DC75F: hue angle of 102.69º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DC75F is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB12519995-
CMYK0.3700.520.22
HSL102.69º48.15%57.65%-
HSV(B)102.69º52.26%78.04%-
XYZ30.9546.0318.08-
YUV165.0288.4899.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 199 (78.12% from 255) = 47.49%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=29.83%
G=47.49%
B=22.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125199950.3700.520.22102.6948.1557.65
Hex7DC75F250341667303a
Octal17530713745064261476072
Binary11111011100011110111111001010110100101101100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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