#6CC85B

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

Shades of Mantis #6CC85B

Tints of Mantis #6CC85B

Color information

#6CC85B (or 0x6CC85B) is unknown color: approx Mantis. HEX triplet: 6C, C8 and 5B. RGB value is (108,200,91). Sum of RGB (Red+Green+Blue) = 108+200+91=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC85B is #9337A4. Grayscale: #A0A0A0. Windows color (decimal): -9648037 or 6015084. OLE color: 6015084.

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

Color convert

RGB10820091-
CMYK0.4600.540.22
HSL110.64º49.77%57.06%-
HSV(B)110.64º54.5%78.43%-
XYZ28.7345.2517.12-
YUV160.0789.0290.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.07%
GREEN value IS 200 (78.52% from 255) = 50.13%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=27.07%
G=50.13%
B=22.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal108200910.4600.540.22110.6449.7757.06
Hex6CC85B2E036166f3239
Octal15431013356066261576271
Binary11011001100100010110111011100110110101101101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,200,91); }

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

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

 a { background-color: rgb(108,200,91); }

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

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

 span { border-color: rgb(108,200,91); }

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