#6CC755

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

Shades of Mantis #6CC755

Tints of Mantis #6CC755

Color information

#6CC755 (or 0x6CC755) is unknown color: approx Mantis. HEX triplet: 6C, C7 and 55. RGB value is (108,199,85). Sum of RGB (Red+Green+Blue) = 108+199+85=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #6CC755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC755 is #9338AA. Grayscale: #9F9F9F. Windows color (decimal): -9648299 or 5621612. OLE color: 5621612.

HSL color Cylindrical-coordinate representation of color #6CC755: hue angle of 107.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CC755 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB10819985-
CMYK0.4600.570.22
HSL107.89º50.44%55.69%-
HSV(B)107.89º57.29%78.04%-
XYZ28.2544.6915.73-
YUV158.7986.3591.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.55%
GREEN value IS 199 (78.12% from 255) = 50.77%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=27.55%
G=50.77%
B=21.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal108199850.4600.570.22107.8950.4455.69
Hex6CC7552E039166c3238
Octal15430712556071261546270
Binary11011001100011110101011011100111001101101101100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,199,85); }

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

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

 a { background-color: rgb(108,199,85); }

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

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

 span { border-color: rgb(108,199,85); }

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