#7DC369

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

Shades of Mantis #7DC369

Tints of Mantis #7DC369

Color information

#7DC369 (or 0x7DC369) is unknown color: approx Mantis. HEX triplet: 7D, C3 and 69. RGB value is (125,195,105). Sum of RGB (Red+Green+Blue) = 125+195+105=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC369 is #823C96. Grayscale: #A4A4A4. Windows color (decimal): -8535191 or 6931325. OLE color: 6931325.

HSL color Cylindrical-coordinate representation of color #7DC369: hue angle of 106.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DC369 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB125195105-
CMYK0.3600.460.24
HSL106.67º42.86%58.82%-
HSV(B)106.67º46.15%76.47%-
XYZ30.5244.4120.33-
YUV163.8194.81100.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.41%
GREEN value IS 195 (76.56% from 255) = 45.88%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=29.41%
G=45.88%
B=24.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951050.3600.460.24106.6742.8658.82
Hex7DC3692402E186b2b3b
Octal17530315144056301535373
Binary11111011100001111010011001000101110110001101011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,195,105); }

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

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

 a { background-color: rgb(125,195,105); }

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

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

 span { border-color: rgb(125,195,105); }

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