#6CD050

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

Shades of Mantis #6CD050

Tints of Mantis #6CD050

Color information

#6CD050 (or 0x6CD050) is unknown color: approx Mantis. HEX triplet: 6C, D0 and 50. RGB value is (108,208,80). Sum of RGB (Red+Green+Blue) = 108+208+80=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD050 is #932FAF. Grayscale: #A3A3A3. Windows color (decimal): -9646000 or 5296236. OLE color: 5296236.

HSL color Cylindrical-coordinate representation of color #6CD050: hue angle of 106.88º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6CD050 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB10820880-
CMYK0.4800.620.18
HSL106.88º57.66%56.47%-
HSV(B)106.88º61.54%81.57%-
XYZ30.1948.8815.43-
YUV163.5180.8788.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.27%
GREEN value IS 208 (81.64% from 255) = 52.53%
BLUE value IS 80 (31.64% from 255) = 20.20%
R=27.27%
G=52.53%
B=20.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108208800.4800.620.18106.8857.6656.47
Hex6CD0503003E126b3a38
Octal15432012060076221537270
Binary11011001101000010100001100000111110100101101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,208,80); }

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

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

 a { background-color: rgb(108,208,80); }

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

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

 span { border-color: rgb(108,208,80); }

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