#7DC066

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

Shades of Mantis #7DC066

Tints of Mantis #7DC066

Color information

#7DC066 (or 0x7DC066) is unknown color: approx Mantis. HEX triplet: 7D, C0 and 66. RGB value is (125,192,102). Sum of RGB (Red+Green+Blue) = 125+192+102=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC066 is #823F99. Grayscale: #A2A2A2. Windows color (decimal): -8535962 or 6733949. OLE color: 6733949.

HSL color Cylindrical-coordinate representation of color #7DC066: hue angle of 104.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DC066 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB125192102-
CMYK0.3500.470.25
HSL104.67º41.67%57.65%-
HSV(B)104.67º46.88%75.29%-
XYZ29.7143.0219.31-
YUV161.7194.3101.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 192 (75.39% from 255) = 45.82%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=29.83%
G=45.82%
B=24.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251921020.3500.470.25104.6741.6757.65
Hex7DC0662302F19692a3a
Octal17530014643057311515272
Binary11111011100000011001101000110101111110011101001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,192,102); }

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

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

 a { background-color: rgb(125,192,102); }

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

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

 span { border-color: rgb(125,192,102); }

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