#7DCC5F

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

Shades of Mantis #7DCC5F

Tints of Mantis #7DCC5F

Color information

#7DCC5F (or 0x7DCC5F) is unknown color: approx Mantis. HEX triplet: 7D, CC and 5F. RGB value is (125,204,95). Sum of RGB (Red+Green+Blue) = 125+204+95=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCC5F is #8233A0. Grayscale: #A8A8A8. Windows color (decimal): -8532897 or 6278269. OLE color: 6278269.

HSL color Cylindrical-coordinate representation of color #7DCC5F: hue angle of 103.49º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DCC5F is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB12520495-
CMYK0.3900.530.2
HSL103.49º51.66%58.63%-
HSV(B)103.49º53.43%80%-
XYZ32.1248.3718.47-
YUV167.9586.8397.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.48%
GREEN value IS 204 (80.08% from 255) = 48.11%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=29.48%
G=48.11%
B=22.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal125204950.3900.530.2103.4951.6658.63
Hex7DCC5F270351467343b
Octal17531413747065241476473
Binary11111011100110010111111001110110101101001100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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