#7DCD6A

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

Shades of Mantis #7DCD6A

Tints of Mantis #7DCD6A

Color information

#7DCD6A (or 0x7DCD6A) is unknown color: approx Mantis. HEX triplet: 7D, CD and 6A. RGB value is (125,205,106). Sum of RGB (Red+Green+Blue) = 125+205+106=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD6A is #823295. Grayscale: #AAAAAA. Windows color (decimal): -8532630 or 6999421. OLE color: 6999421.

HSL color Cylindrical-coordinate representation of color #7DCD6A: hue angle of 108.48º degrees, saturation: 0.5, 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 #7DCD6A is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB125205106-
CMYK0.3900.480.20
HSL108.48º49.75%60.98%-
HSV(B)108.48º48.29%80.39%-
XYZ32.8949.0621.37-
YUV169.799296.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.67%
GREEN value IS 205 (80.47% from 255) = 47.02%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=28.67%
G=47.02%
B=24.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051060.3900.480.20108.4849.7560.98
Hex7DCD6A27030146c323d
Octal17531515247060241546275
Binary11111011100110111010101001110110000101001101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,205,106); }

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

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

 a { background-color: rgb(125,205,106); }

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

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

 span { border-color: rgb(125,205,106); }

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