#7DCC6B

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

Shades of Mantis #7DCC6B

Tints of Mantis #7DCC6B

Color information

#7DCC6B (or 0x7DCC6B) is unknown color: approx Mantis. HEX triplet: 7D, CC and 6B. RGB value is (125,204,107). Sum of RGB (Red+Green+Blue) = 125+204+107=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCC6B is #823394. Grayscale: #A9A9A9. Windows color (decimal): -8532885 or 7064701. OLE color: 7064701.

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

Color convert

RGB125204107-
CMYK0.3900.480.2
HSL108.87º48.74%60.98%-
HSV(B)108.87º47.55%80%-
XYZ32.748.6121.57-
YUV169.3292.8396.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.67%
GREEN value IS 204 (80.08% from 255) = 46.79%
BLUE value IS 107 (42.19% from 255) = 24.54%
R=28.67%
G=46.79%
B=24.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1252041070.3900.480.2108.8748.7460.98
Hex7DCC6B27030146d313d
Octal17531415347060241556175
Binary11111011100110011010111001110110000101001101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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