#6CD45C

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

Shades of Mantis #6CD45C

Tints of Mantis #6CD45C

Color information

#6CD45C (or 0x6CD45C) is unknown color: approx Mantis. HEX triplet: 6C, D4 and 5C. RGB value is (108,212,92). Sum of RGB (Red+Green+Blue) = 108+212+92=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 212 (83.20% from 255 or 51.46% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 212 - color contains mainly: green. Hex color #6CD45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD45C is #932BA3. Grayscale: #A7A7A7. Windows color (decimal): -9644964 or 6083692. OLE color: 6083692.

HSL color Cylindrical-coordinate representation of color #6CD45C: hue angle of 112º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CD45C is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB10821292-
CMYK0.4900.570.17
HSL112º58.25%59.61%-
HSV(B)112º56.6%83.14%-
XYZ31.6651.0518.31-
YUV167.2285.5485.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 212 (83.20% from 255) = 51.46%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=26.21%
G=51.46%
B=22.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal108212920.4900.570.1711258.2559.61
Hex6CD45C3103911703a3c
Octal15432413461071211607274
Binary11011001101010010111001100010111001100011110000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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