#7DC365

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

Shades of Mantis #7DC365

Tints of Mantis #7DC365

Color information

#7DC365 (or 0x7DC365) is unknown color: approx Mantis. HEX triplet: 7D, C3 and 65. RGB value is (125,195,101). Sum of RGB (Red+Green+Blue) = 125+195+101=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC365 is #823C9A. Grayscale: #A3A3A3. Windows color (decimal): -8535195 or 6669181. OLE color: 6669181.

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

Color convert

RGB125195101-
CMYK0.3600.480.24
HSL104.68º43.93%58.04%-
HSV(B)104.68º48.21%76.47%-
XYZ30.3244.3319.27-
YUV163.3592.81100.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.69%
GREEN value IS 195 (76.56% from 255) = 46.32%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=29.69%
G=46.32%
B=23.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951010.3600.480.24104.6843.9358.04
Hex7DC3652403018692c3a
Octal17530314544060301515472
Binary11111011100001111001011001000110000110001101001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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