#6FC155

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

Shades of Mantis #6FC155

Tints of Mantis #6FC155

Color information

#6FC155 (or 0x6FC155) is unknown color: approx Mantis. HEX triplet: 6F, C1 and 55. RGB value is (111,193,85). Sum of RGB (Red+Green+Blue) = 111+193+85=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC155 is #903EAA. Grayscale: #9C9C9C. Windows color (decimal): -9453227 or 5620079. OLE color: 5620079.

HSL color Cylindrical-coordinate representation of color #6FC155: hue angle of 105.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FC155 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB11119385-
CMYK0.4200.560.24
HSL105.56º46.55%54.51%-
HSV(B)105.56º55.96%75.69%-
XYZ27.2742.1815.3-
YUV156.1787.8395.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.53%
GREEN value IS 193 (75.78% from 255) = 49.61%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=28.53%
G=49.61%
B=21.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111193850.4200.560.24105.5646.5554.51
Hex6FC1552A038186a2f37
Octal15730112552070301525767
Binary11011111100000110101011010100111000110001101010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,193,85); }

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

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

 a { background-color: rgb(111,193,85); }

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

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

 span { border-color: rgb(111,193,85); }

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