#6BCB5E

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

Shades of Mantis #6BCB5E

Tints of Mantis #6BCB5E

Color information

#6BCB5E (or 0x6BCB5E) is unknown color: approx Mantis. HEX triplet: 6B, CB and 5E. RGB value is (107,203,94). Sum of RGB (Red+Green+Blue) = 107+203+94=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCB5E is #9434A1. Grayscale: #A2A2A2. Windows color (decimal): -9712802 or 6212459. OLE color: 6212459.

HSL color Cylindrical-coordinate representation of color #6BCB5E: hue angle of 112.84º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BCB5E is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB10720394-
CMYK0.4700.540.20
HSL112.84º51.17%58.24%-
HSV(B)112.84º53.69%79.61%-
XYZ29.4446.6518.04-
YUV161.8789.788.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.49%
GREEN value IS 203 (79.69% from 255) = 50.25%
BLUE value IS 94 (37.11% from 255) = 23.27%
R=26.49%
G=50.25%
B=23.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107203940.4700.540.20112.8451.1758.24
Hex6BCB5E2F0361471333a
Octal15331313657066241616372
Binary11010111100101110111101011110110110101001110001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,203,94); }

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

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

 a { background-color: rgb(107,203,94); }

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

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

 span { border-color: rgb(107,203,94); }

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