#7dc268

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

Shades of Mantis #7DC268

Tints of Mantis #7DC268

Color information

#7DC268 (or 0x7DC268) is unknown color: approx Mantis. HEX triplet: 7D, C2 and 68. RGB value is (125,194,104). Sum of RGB (Red+Green+Blue) = 125+194+104=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC268 is #823D97. Grayscale: #A3A3A3. Windows color (decimal): -8535448 or 6865533. OLE color: 6865533.

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

Color convert

RGB125194104-
CMYK0.3600.460.24
HSL106º42.45%58.43%-
HSV(B)106º46.39%76.08%-
XYZ30.2543.9419.98-
YUV163.1194.64100.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=29.55%
G=45.86%
B=24.59%

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
Decimal1251941040.3600.460.2410642.4558.43
Hex7DC2682402E186a2a3a
Octal17530215044056301525272
Binary11111011100001011010001001000101110110001101010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7dc268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,194,104); }

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

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

 a { background-color: rgb(125,194,104); }

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

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

 span { border-color: rgb(125,194,104); }

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