#6CC655

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

Shades of Mantis #6CC655

Tints of Mantis #6CC655

Color information

#6CC655 (or 0x6CC655) is unknown color: approx Mantis. HEX triplet: 6C, C6 and 55. RGB value is (108,198,85). Sum of RGB (Red+Green+Blue) = 108+198+85=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #6CC655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC655 is #9339AA. Grayscale: #9E9E9E. Windows color (decimal): -9648555 or 5621356. OLE color: 5621356.

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

Color convert

RGB10819885-
CMYK0.4500.570.22
HSL107.79º49.78%55.49%-
HSV(B)107.79º57.07%77.65%-
XYZ28.0244.2315.66-
YUV158.2186.6892.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.62%
GREEN value IS 198 (77.73% from 255) = 50.64%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=27.62%
G=50.64%
B=21.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal108198850.4500.570.22107.7949.7855.49
Hex6CC6552D039166c3237
Octal15430612555071261546267
Binary11011001100011010101011011010111001101101101100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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