#6CC45C

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

Shades of Mantis #6CC45C

Tints of Mantis #6CC45C

Color information

#6CC45C (or 0x6CC45C) is unknown color: approx Mantis. HEX triplet: 6C, C4 and 5C. RGB value is (108,196,92). Sum of RGB (Red+Green+Blue) = 108+196+92=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC45C is #933BA3. Grayscale: #9E9E9E. Windows color (decimal): -9649060 or 6079596. OLE color: 6079596.

HSL color Cylindrical-coordinate representation of color #6CC45C: hue angle of 110.77º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CC45C is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB10819692-
CMYK0.4500.530.23
HSL110.77º46.85%56.47%-
HSV(B)110.77º53.06%76.86%-
XYZ27.8643.4417.04-
YUV157.8390.8592.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.27%
GREEN value IS 196 (76.95% from 255) = 49.49%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=27.27%
G=49.49%
B=23.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal108196920.4500.530.23110.7746.8556.47
Hex6CC45C2D035176f2f38
Octal15430413455065271575770
Binary11011001100010010111001011010110101101111101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CC45C; }

 p { color: rgb(108,196,92); }

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

<style>
 a { background-color: #6CC45C; }

 a { background-color: rgb(108,196,92); }

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

<style>
 span { border-color: #6CC45C; }

 span { border-color: rgb(108,196,92); }

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