#6BD155

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

Shades of Mantis #6BD155

Tints of Mantis #6BD155

Color information

#6BD155 (or 0x6BD155) is unknown color: approx Mantis. HEX triplet: 6B, D1 and 55. RGB value is (107,209,85). Sum of RGB (Red+Green+Blue) = 107+209+85=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD155 is #942EAA. Grayscale: #A4A4A4. Windows color (decimal): -9711275 or 5624171. OLE color: 5624171.

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

Color convert

RGB10720985-
CMYK0.4900.590.18
HSL109.35º57.41%57.65%-
HSV(B)109.35º59.33%81.96%-
XYZ30.549.3816.52-
YUV164.3783.2187.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.68%
GREEN value IS 209 (82.03% from 255) = 52.12%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=26.68%
G=52.12%
B=21.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal107209850.4900.590.18109.3557.4157.65
Hex6BD1553103B126d393a
Octal15332112561073221557172
Binary11010111101000110101011100010111011100101101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,209,85); }

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

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

 a { background-color: rgb(107,209,85); }

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

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

 span { border-color: rgb(107,209,85); }

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