#6CC85A

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

Shades of Mantis #6CC85A

Tints of Mantis #6CC85A

Color information

#6CC85A (or 0x6CC85A) is unknown color: approx Mantis. HEX triplet: 6C, C8 and 5A. RGB value is (108,200,90). Sum of RGB (Red+Green+Blue) = 108+200+90=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC85A is #9337A5. Grayscale: #A0A0A0. Windows color (decimal): -9648038 or 5949548. OLE color: 5949548.

HSL color Cylindrical-coordinate representation of color #6CC85A: hue angle of 110.18º 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 #6CC85A is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB10820090-
CMYK0.4600.550.22
HSL110.18º50%56.86%-
HSV(B)110.18º55%78.43%-
XYZ28.6845.2316.89-
YUV159.9588.5290.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.14%
GREEN value IS 200 (78.52% from 255) = 50.25%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=27.14%
G=50.25%
B=22.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal108200900.4600.550.22110.185056.86
Hex6CC85A2E037166e3239
Octal15431013256067261566271
Binary11011001100100010110101011100110111101101101110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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